cpython/Lib/compiler
Jeremy Hylton 0fdffcf916 rapid evolution towards producing real .pyc files (even though I don't
handle most of the language syntax yet)

create NestedCodeGenerator used to generator the separate code object
that needs to be passed as an argument to MAKE_FUNCTION when a def
stmt is found (probably useful for class too)

change CodeGenerator.visitFunction to use the NestedCG

add CompiledModule class to handle creation of .pyc (pretty minimal
for now)

add makeCodeObject method to PythonVMCode that replaces symbolic names
with indexes into slots of the code code.  the design of this
class will probably need to be revised.
2000-02-04 19:37:35 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py three files from the p2c cvs tree. the message here indicates the 2000-02-04 00:25:23 +00:00
misc.py checking in initial weekend's work 2000-02-04 00:28:21 +00:00
pycodegen.py rapid evolution towards producing real .pyc files (even though I don't 2000-02-04 19:37:35 +00:00
transformer.py three files from the p2c cvs tree. the message here indicates the 2000-02-04 00:25:23 +00:00