std.d.lexer: pre-voting review / discussion
ilya-stromberg
ilya-stromberg-2009 at yandex.ru
Tue Sep 17 13:38:51 PDT 2013
On Wednesday, 11 September 2013 at 15:02:00 UTC, Dicebot wrote:
> std.d.lexer is standard module for lexing D code, written by
> Brian Schott
Brian, have you got any plans to write common lexer/parser
generator based on context-free grammar (CFG) or parsing
expression grammar (PEG), not only for D grammar?
Something like this:
https://github.com/PhilippeSigaud/Pegged
More information about the Digitalmars-d
mailing list