ANN: pyc -- python compiler in python

2005-10-12 Thread Chad Crabtree (IT - Kelly Services)
-- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: pyc -- python compiler in python

2005-06-06 Thread Stelios Xanthakis
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/p