cpython/Lib/compiler
Jeremy Hylton bf6267e6f8 rename several of the generic attribute names for nodes. new node attrs are:
Exec: expr, locals, globals
Dict: items
Assert: test, fail
2000-02-14 18:34:11 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py rename several of the generic attribute names for nodes. new node attrs are: 2000-02-14 18:34:11 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py add an __len__ to Set and Stack 2000-02-10 20:54:27 +00:00
pyassem.py split compile.py into two files 2000-02-14 14:14:29 +00:00
pycodegen.py split compile.py into two files 2000-02-14 14:14:29 +00:00
transformer.py (), [], and {} should not be represented as constant expressions, they 2000-02-14 18:32:46 +00:00