DParser
Scannerless GLR parser generator
This project has moved to https://github.com/jplevyak/dparser
The master on github is the stable. Please pull that for the very latest code.
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.