cpython/Lib/compiler
Jeremy Hylton 4eb504c2af add loop handling via
Loop object to handle StackRegs
loops stack attr on CodeGenreeator to hold the current loop object

add support for nodes While, Break, Continue
2000-02-10 20:55:50 +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
pycodegen.py add loop handling via 2000-02-10 20:55:50 +00:00
transformer.py add spaces to comparison names is not and not in to match dis 2000-02-08 19:58:33 +00:00