lex / yacc for Python

Marc POINOT poinot at onera.fr
Tue Aug 31 03:45:23 EDT 1999


Jacques Oosthuizen wrote:

> Any one know if there is such a beast
>
> --
> http://www.python.org/mailman/listinfo/python-list

There is at least one parser we are using. It does both lexical
and syntaxic jobs.

http://www.chordate.com/kwParsing/index.html

It's part of Gadfly, but actually we are using it
for the parser part only.

Marcvs [alias There are other parsers, such as PyLR
but I didn't use them.]







More information about the Python-list mailing list