Parser building in Python

ml ml at knorke.in-berlin.de
Fri Nov 29 09:16:33 EST 2002


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?

Thanks in advance!





More information about the Python-list mailing list