Parser Generator for Python
Fredrik Lundh
fredrik at pythonware.com
Fri Jan 14 03:40:04 EST 2000
More information about the Python-list mailing list
Fri Jan 14 03:40:04 EST 2000
- Previous message (by thread): Parser Generator for Python
- Next message (by thread): Parser Generator for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): Parser Generator for Python
- Next message (by thread): Parser Generator for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list