Pegged, a Parsing Expression Grammar (PEG) generator in D
Martin Nowak
dawg at dawgfoto.de
Thu Mar 22 17:12:55 PDT 2012
On Sun, 11 Mar 2012 00:28:42 +0100, Philippe Sigaud
<philippe.sigaud at gmail.com> wrote:
> Hello,
>
> I created a new Github project, Pegged, a Parsing Expression Grammar
> (PEG) generator in D.
>
> https://github.com/PhilippeSigaud/Pegged
>
> docs: https://github.com/PhilippeSigaud/Pegged/wiki
>
> PEG: http://en.wikipedia.org/wiki/Parsing_expression_grammar
>
> The idea is to give the generator a PEG with the standard syntax. From
> this grammar definition, a set of related parsers will be created, to be
> used at runtime or compile time.
>
Just wanted to draw your attention on a pull request of mine.
https://github.com/D-Programming-Language/dmd/pull/426
Using an added option (-M|Mf|Md) dmd will gather all mixin
strings into a file. This is very helpful for better error
messages and debugging.
More information about the Digitalmars-d-announce
mailing list