cpython/Tools/compiler
Jeremy Hylton 2051608616 Update magic number.
Fix import support to work with import as variant of Python 2.0.  The
grammar for import changed, requiring changes in transformer and code
generator, even to handle compilation of imports with as.
2000-09-01 20:33:26 +00:00
..
compiler Update magic number. 2000-09-01 20:33:26 +00:00
compile.py patches from Mark Hammond 2000-05-02 22:29:46 +00:00
demo.py This script demonstrates use of the visitor interface of the compiler 2000-07-25 16:43:23 +00:00