]> granicus.if.org Git - python/commit
split compile.py into two files
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 14:14:29 +0000 (14:14 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 14:14:29 +0000 (14:14 +0000)
commita50581228ebf9e9f1008022bdef735fb4c722705
treeed73f998a9ee134471ffb53aa49a51f391d6170a
parent3050d515714ce7d3a52bcb159bea3e9300008cd3
split compile.py into two files
add StackDepthFinder (and remove push/pop from CodeGen)
add several nodes, including Ellipsis, Bit&|^, Exec
Lib/compiler/pyassem.py [new file with mode: 0644]
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pyassem.py [new file with mode: 0644]
Tools/compiler/compiler/pycodegen.py