lexers usable from Python and Java (and C++/C)?
Mike Rovner
mike at nospam.com
Tue Jun 24 18:40:59 EDT 2003
More information about the Python-list mailing list
Tue Jun 24 18:40:59 EDT 2003
- Previous message (by thread): parsers / lexers usable from Python and Java (and C++/C)?
- Next message (by thread): parsers / lexers usable from Python and Java (and C++/C)?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): parsers / lexers usable from Python and Java (and C++/C)?
- Next message (by thread): parsers / lexers usable from Python and Java (and C++/C)?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list