Goldie Parsing System v0.7 - API, 64-bit, Git

Nick Sabalausky a at a.a
Sat Feb 18 15:15:22 PST 2012


"Nick Sabalausky" <a at a.a> wrote in message 
news:jg8s41$2s7d$1 at digitalmars.com...
>
> It is capable of tokenizing D though, and such a grammar for that is 
> included (lang/dlex.grm). Although, until I add support for the GOLD v5 
> features, nested comments have to be handled semi-manually - ie, go 
> through the lexer's resulting token array, if you find a '/+' token then 
> skip to the appropriately matching '+/' token. Should be easy, but of 
> course it'd be better to not even have to bother.
>

Oh, also, it can't properly lex the Delimited Strings yet: 
http://dlang.org/lex.html#DelimitedString




More information about the Digitalmars-d-announce mailing list