Lex and Yacc for Python

Martin v. Loewis martin at v.loewis.de
Sun Apr 7 16:14:52 EDT 2002


Oleksandr Kozachuk <Alex at DDeus.de> writes:

> I need something, comparable to Yacc/Lex. Or something for
> Context-Free-Grammar. Can any one recommend me anything?

I recommend YAPPS if you need a simple solutions to a simple problem,
and SPARK if you need a complex solution to a complex problem. See

http://www.python.org/sigs/parser-sig/

Regards,
Martin




More information about the Python-list mailing list