mirror of
https://github.com/python/cpython.git
synced 2026-01-08 16:32:55 +00:00
compile.py: ASTVisitor framework plus bits of a code generator that
should be bug-for-buf compatible with compile.c
misc.py: Set and Stack helpers
test.py: a bit of simple sample code that compile.py will work on
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast.py | ||
| misc.py | ||
| pycodegen.py | ||
| transformer.py | ||