]> granicus.if.org Git - python/commit
add loop handling via
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 10 Feb 2000 20:55:50 +0000 (20:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 10 Feb 2000 20:55:50 +0000 (20:55 +0000)
commit4eb504c2af614aab64dee5e894ad98b0851c1148
treec9505df53adc9cf393e585066f2ef688db7f4099
parent95b8614353eee05f350c794a0aa37cab39794eed
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
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py