• Jeremy Hylton's avatar
    rapid evolution towards producing real .pyc files (even though I don't · 0fdffcf9
    Jeremy Hylton yazdı
    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.
    0fdffcf9
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
misc.py Loading commit data...
pycodegen.py Loading commit data...
transformer.py Loading commit data...