cpython/Tools/compiler
Jeremy Hylton bb0bae6da2 Pop loop off the loop stack before handling the loop's else clause.
Otherwise, continue/break will attempt to affect the wrong loop.

A few more fiddles to get the SET_LINENOs consistent across compilers.
2001-04-12 21:54:41 +00:00
..
compiler Pop loop off the loop stack before handling the loop's else clause. 2001-04-12 21:54:41 +00:00
ast.txt Support for generation of ast.py from simple description of node 2000-10-25 17:59:17 +00:00
astgen.py Support for generation of ast.py from simple description of node 2000-10-25 17:59:17 +00:00
compile.py add -d option that dumps entire AST before compiling 2000-10-13 21:59:32 +00:00
demo.py
dumppyc.py
regrtest.py run the std regression test suite using bytecode produced by the compiler 2000-10-13 22:00:13 +00:00
setup.py