Parser Generator for Python

Fredrik Lundh fredrik at pythonware.com
Fri Jan 14 03:40:04 EST 2000


Wolfgang Roesner wrote:
> I haven't found a good reference so far for a parser generator (a la
> ANTLR) that produces Python code. Is there a robust generator available
> anywhere?

http://starship.python.net/crew/amk/python/string.html
(look under "parsing")

Yapps and Spark appear to be among the more popular:
http://theory.stanford.edu/~amitp/Yapps/
http://www.csr.uvic.ca/~aycock/python/

</F>





More information about the Python-list mailing list