A pure-Python implementation of lex and yacc
Project description
PLY is a Python implementation of the lex and yacc parsing tools. PLY supports SLR and LALR(1) parsing. It also provides extensive error checking and diagnostics.
A pure-Python implementation of lex and yacc
PLY is a Python implementation of the lex and yacc parsing tools. PLY supports SLR and LALR(1) parsing. It also provides extensive error checking and diagnostics.