]> granicus.if.org Git - python/commit
add optional verbose arg to walk function. it overrides the global
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 8 Feb 2000 21:15:48 +0000 (21:15 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 8 Feb 2000 21:15:48 +0000 (21:15 +0000)
commit402456020ba862c4641853fe7f3c87a5c5b37cf0
treeac8ddbe9a64b6b26d5712cc7ed6ed111475fb38a
parent156a9754760585bbf7fbe1d124300bdc1c2b019d
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
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py