The DParser is a scannerless GLR parser generator
based on the Tomita algorithm. It is self-hosted
and very easy to use. Grammars are written in a
natural style of EBNF and regular expressions and
support both speculative and final actions.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A compilation issue with the use of the GC option was fixed along with memory leaks when reusing a parser with a whitespace production in the mkdparser library and the Python interface.