cpython/Lib/compiler
Jeremy Hylton 5e0ce53e0e add ExampleASTVisitor:
* prints out examples of nodes that are handled by visitor.  simply a
  development convenience

remove NestedCodeGenerator -- it was bogus after all
replace with generateFunctionCode, a method to call to generate code
  for a function instead of a top-level module

fix impl of visitDiscard (most pop stack)
emit lineno for pass

handle the following new node types: Import, From, Getattr, Subscript,
Slice, AssAttr, AssTuple, Mod, Not, And, Or, List

LocalNameFinder: remove names declared as globals for locals

PythonVMCode: pass arg names to constructor, force varnames to contain
them all (even if they aren't referenced)

add -q option on command line to disable stdout
2000-02-10 00:47:08 +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 remove method to set 2000-02-10 00:43:22 +00:00
pycodegen.py add ExampleASTVisitor: 2000-02-10 00:47:08 +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