On Sunday, March 11, 2012 00:28:42 Philippe Sigaud wrote:
> Hello,
> 
> I created a new Github project, Pegged, a Parsing Expression
> Grammar (PEG) generator in D.

Cool! PEGs aren't used all that much for language grammars - primarily because 
BNF and EBNF are more traditional I think - but they're definitely cool. And 
it's great to see a D implementation of a PEG parser.

- Jonathan M Davis

Reply via email to