cpython/Lib/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
..
__init__.py import compile function form pycodegen 2000-03-06 19:12:33 +00:00
ast.py change node Classdef to Class 2000-03-06 18:50:48 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py change name of Set method: items -> elements (avoids confusion with 2000-03-16 20:02:38 +00:00
pyassem.py complete rewrite 2000-03-16 20:06:59 +00:00
pycodegen.py complete rewrite 2000-03-16 20:06:59 +00:00
transformer.py fix list.append problems 2000-03-16 20:03:04 +00:00
visitor.py simplify visitor walker class 2000-03-16 20:04:16 +00:00