cpython/Tools/compiler
Jeremy Hylton f635abee3a simplify visitor walker class
- remove postorder
- remove protocol for automatically walking children based on visitor
  method return value; now only walks if there is no method
2000-03-16 20:04:16 +00:00
..
compiler simplify visitor walker class 2000-03-16 20:04:16 +00:00
compile.py compiler command-line interface moved here from compiler.pycodegen 2000-03-06 19:13:21 +00:00