"Nick Sabalausky" <[email protected]> wrote in message news:[email protected]... > > 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
