Skip to content
sebastianriese edited this page Oct 31, 2014 · 8 revisions

pyLR1 is a DFA lexer and LR (1) or LALR (1) parser generator written in python and emits python code. The syntax of the grammar file is simple and resembles yacc with adaption to the python syntax.

The currently running version is v0.0.1.

Clone this wiki locally