cpython/Lib/compiler
Jeremy Hylton 402456020b add optional verbose arg to walk function. it overrides the global
VERBOSE setting for the ASTVisitor

add getopt handling for one or more -v args

rename ForwardRef to StackRef, because it isn't necessarily directional

CodeGenerator:
* add assertStackEmpty method.  prints warning if stack is not empty
  when it should be
* define methods for AssName, UNARY_*, For

PythonVMCode:
* fix mix up between hasjrel and hasjabs for address calculation
2000-02-08 21:15:48 +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 checking in initial weekend's work 2000-02-04 00:28:21 +00:00
pycodegen.py add optional verbose arg to walk function. it overrides the global 2000-02-08 21:15:48 +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