summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/ast.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-02-08 19:01:29 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-02-08 19:01:29 (GMT)
commit53187f32ebbb6156fa8e3ddf834dfde74cfa3208 (patch)
treede9996353e090d4a20420bd89f7d78bbfaf4a465 /Lib/compiler/ast.py
parentaa9d2d6123a54dc1ed7f782fc935abcfadb54167 (diff)
downloadcpython-53187f32ebbb6156fa8e3ddf834dfde74cfa3208.zip
cpython-53187f32ebbb6156fa8e3ddf834dfde74cfa3208.tar.gz
cpython-53187f32ebbb6156fa8e3ddf834dfde74cfa3208.tar.bz2
now produces valid pyc files for a least a trivial subset of the
language. CodeGenerator: * modify to track stack depth * add emit method that call's PythonVMCode's makeCodeObject * thread filenames through in hackish way * set flags for code objects for modules and functions XXX the docs for the flags seem out of date and/or incomplete PythonVMCode: * add doc string describing the elements of a real code object LineAddrTable: * creates an lnotab (no quite correctly though)
Diffstat (limited to 'Lib/compiler/ast.py')
0 files changed, 0 insertions, 0 deletions