Pegged, a Parsing Expression Grammar (PEG) generator in D

Tobias Pankrath tobias at pankrath.net
Tue Mar 13 12:05:10 PDT 2012


I am impressed. That's a really nice showcase for the D compile 
time features.

Can I use PEG to parse languages like python and haskell where 
indention matters without preprocessing?

Will you make it work with input ranges of dchar? So that I can 
easily plug in some preprocessing steps?




More information about the Digitalmars-d-announce mailing list