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

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to