From PEG to a practical parser
Description
A tool that transcribes Parsing Expressions into a parser written in Java. An integral part of the tool are facilities for specifying semantics (also in Java). The tool does not generate a "packrat parser", but a set of transparent procedures.
From PEG to a practical parser Web Site