greg is a recursive-descent parser generator based on Ian Piumarta's peg/leg. It implements a formalism called Parsing Expression Grammars.
WWW: https://github.com/fasterthanlime/greg
None