aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-grako/pkg-descr
blob: 74178199413eb38a45f312dba391ce1d4253041c (plain) (blame)
1
2
3
4
5
6
7
8
Grako (for grammar compiler) is a tool that takes grammars in a variation of
EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python.

Grako can also compile a grammar stored in a string into a Grammar object that
can be used to parse any given input, much like the re module does with regular
expressions.

WWW: https://bitbucket.org/neogeny/grako