cpython/Lib/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
..
__init__.py import compile function form pycodegen 2000-03-06 19:12:33 +00:00
ast.py change node Classdef to Class 2000-03-06 18:50:48 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py change name of Set method: items -> elements (avoids confusion with 2000-03-16 20:02:38 +00:00
pyassem.py revise arguments for addCode method on lnotab. take several numbers 2000-03-06 18:53:14 +00:00
pycodegen.py rename compile.py to pycodegen.py 2000-03-06 19:10:54 +00:00
transformer.py fix list.append problems 2000-03-16 20:03:04 +00:00
visitor.py simplify visitor walker class 2000-03-16 20:04:16 +00:00