ANN: pyc -- python compiler in python

Stelios Xanthakis sxanth at ceid.upatras.gr
Sun Jun 5 20:27:50 CEST 2005


Hi.

pyc is a compiler that compiles source code to bytecode and it's written
entirely in python.  It's based on the compiler package from the stdlib
but the parser/lexer are implemented in python.  Moreover, it does some
optimizations on the bytecode.

    http://students.ceid.upatras.gr/~sxanth/pyc/

Feedback is most welcome.


Stelios



More information about the Python-announce-list mailing list