Parsing.py Parser Generator 1.3 (Default branch) |
|
|
The Parsing module is a pure-Python module that
implements an LR(1) parser generator, as well as
CFSM and GLR parser drivers. From an algorithmic
perspective, this is one of the most advanced
parser generators in existence.
License: MIT/X Consortium License
Changes:
Python 2.4 is now supported, in addition to Python 2.5.
|