cpython/Lib/compiler
Jeremy Hylton 53187f32eb 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)
2000-02-08 19:01:29 +00:00
..
__init__.py
ast.py move constants out of transformer so that they can be shared with ast 2000-02-08 18:57:32 +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 now produces valid pyc files for a least a trivial subset of the 2000-02-08 19:01:29 +00:00
transformer.py move constants out of transformer so that they can be shared with ast 2000-02-08 18:57:32 +00:00