python compiler compiler google results

Kragen Sitaker kragen at canonical.org
Sun Nov 25 20:56:15 EST 2001


"Peter Bismuti" <peterb at cortland.com> writes:

> Ok,  I know, Google 1.  Post 2.
> 
> I found PLY (Python Lex-Yacc).
> I also found PyLR -- Fast LR parsing in python.
> Any Others?

SPARK?

> One with a wide range of languages already
> implemented is important.  I'm interested in Java,
> Python, Perl, but not C or C++.

There are no correct parsers for Perl.  The only one that comes close
is perl itself, and it has to actually run bits of the code to figure
out how to parse the rest.  No lie.




More information about the Python-list mailing list