parsing based on BNF?

John Wiegley johnw at gnu.org
Fri Feb 23 03:18:53 EST 2001


>>>>> On Fri Feb 23, Sean writes:

> Anyone have any pointers to Python tools for parsing based on BNF's?

On the Vaults of Parnassus (http://www.vex.net/parnassus), you can
find a FlexBison module in the parsing section.  Also, there's
mxTextTools, which is kind of a mix between BNF and assembly.  It's
killer fast, though.



More information about the Python-list mailing list