Official D Grammar

Jacob Carlborg doob at me.com
Sat Jul 20 03:52:59 PDT 2013


On 2013-07-19 22:49, Brian Schott wrote:
> Status update:
>
> My parser is at a point where it can parse all of phobos (well,
> excluding c-style array declarations, which I'm convinced are broken and
> should be removed from the language).
>
> I've been updating the grammar definition as I worked on the parser. An
> HTML version is available for download here:
> https://raw.github.com/Hackerpilot/DGrammar/master/grammar.html
>
> Lexer, parser, and AST code is available here:
> https://github.com/Hackerpilot/Dscanner/tree/range-based-lexer/std/d.
> Bug reports and pull requests are welcome.

Now for the million dollar question: does it work during compile time?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list