cpython/Lib/compiler
Jeremy Hylton 42907790b6 (), [], and {} should not be represented as constant expressions, they
should be calls to BUILD_ ops for these types with no arguments
2000-02-14 18:32:46 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py make all unary operators have a single child node called expr 2000-02-08 21:06:19 +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