On Sun, Mar 11, 2012 at 08:30, Jonathan M Davis <jmdavisp...@gmx.com> wrote:
> 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.

Is there an EBNF grammar for D somewhere, I mean outside the dlang docs?

I vaguely remember someone trying to write one.

Reply via email to