Parsers with Python

JCM joshway_without_spam at myway.com
Tue Feb 17 11:48:23 EST 2004


Daniel Carrera <dcarrera at math.umd.edu> wrote:
...
> Can anyone recommend a parser generator for Python?  I have been 
> programming for a few years, but I have never made a parser.  I only have 
> a vague notion of what a lexer and a grammar are.  Is there a resource 
> that you might recommend?

I've had good luck with PLY (http://systems.cs.uchicago.edu/ply/).



More information about the Python-list mailing list