On Thursday, 15 May 2014 at 20:34:31 UTC, Etienne wrote:
This compiler would be written in D with Pegged, the same way I'm writing this ASN.1 compiler[3]
A lexer, parser, and set of AST classes for D already exists. You may want to use them instead.
https://github.com/Hackerpilot/Dscanner/tree/master/std/d
