]> granicus.if.org Git - python/commit
checking in initial weekend's work
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 4 Feb 2000 00:28:21 +0000 (00:28 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 4 Feb 2000 00:28:21 +0000 (00:28 +0000)
commit8b6323d3ef78042118c08703f26cb2adf741ea2e
tree5846996e14b70761c0fb019e1938ec74a0e467be
parent106a02da942424b30b572f9bd962c1f5744f0ba2
checking in initial weekend's work

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
Lib/compiler/misc.py [new file with mode: 0644]
Lib/compiler/pycodegen.py [new file with mode: 0644]
Tools/compiler/compiler/misc.py [new file with mode: 0644]
Tools/compiler/compiler/pycodegen.py [new file with mode: 0644]