Python based Compiler tools

Kent Johnson kent at kentsjohnson.com
Fri Jan 6 15:36:16 EST 2006


Doru-Catalin Togea wrote:
> Hi!
> 
> I have some experience with PLY. What other alternatives are there, and 
> which is the "best" (that is most feature rich, easiest to use, ...)?

Here is a list:
http://www.nedbatchelder.com/text/python-parsers.html

pyparsing is easy to use IMO.

Kent



More information about the Python-list mailing list