ply


PLY (Python Lex-Yacc)

Ply is 100% Python implementation of lex and yacc. It provides almost all of the same features as traditional lex/yacc tools including support for LALR(1) parsing, empty productions, ambiguity resolution, and extensive error reporting.

code.google is being used for both issue tracking and a subversion source repository.

Project Information

Labels:
python yacc lex