Parser building in Python

Nicola Musatti nicola.musatti at objectway.it
Fri Nov 29 10:46:54 EST 2002


"ml" <ml at knorke.in-berlin.de> wrote in message
news:mailman.1038579752.350.python-list at python.org

> Hi,
> 
> I like to write a parser in Python.  The language itself is
> not LALR(1), but I could do some tricks to make it LALR(1).
> What are the best tools to write lexers and parsers in
> Python?  Maybe sth. similar to ANTLR?

PLY is not LALR(1), but its learning curve is almost flat. A good
starting point, in my opinion.
It's here: http://systems.cs.uchicago.edu/ply/

Cheers,
Nicola Musatti


-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG



More information about the Python-list mailing list