parsers / lexers usable from Python and Java (and C++/C)?

Mike Rovner mike at nospam.com
Tue Jun 24 18:40:59 EDT 2003


John J. Lee wrote:
> Are there any parser / lexer generators useable from both CPython and
> Java?

PLY (http://systems.cs.uchicago.edu/ply/) implemented entirely in Python,
so it might be possible to use it from both implementations of Python.

You may look at http://www.python.org/cgi-bin/moinmoin/LanguageParsing for
other tools.

Mike








More information about the Python-list mailing list