cpython/Tools/compiler
Jeremy Hylton 36cc6a2197 complete rewrite
code generator uses flowgraph as intermediate representation.  the old
    rep uses a list with explicit "StackRefs" to indicate the target
    of jumps.

pyassem converts flowgraph to bytecode, breaks up individual steps of
    generating bytecode
2000-03-16 20:06:59 +00:00
..
compiler complete rewrite 2000-03-16 20:06:59 +00:00
compile.py compiler command-line interface moved here from compiler.pycodegen 2000-03-06 19:13:21 +00:00