You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.