]> granicus.if.org Git - python/commit
factor out the tree walking/visitor code that was in compile.py
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Mar 2000 18:49:31 +0000 (18:49 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Mar 2000 18:49:31 +0000 (18:49 +0000)
commited9586174de17e4841e156a3a59fa283f23da1e2
tree5cdb77d721aa2d303f8561352b38588c1f47744e
parent9cb083b957ad16183e2b74f8090f77ffe11c8feb
factor out the tree walking/visitor code that was in compile.py
Lib/compiler/visitor.py [new file with mode: 0644]
Tools/compiler/compiler/visitor.py [new file with mode: 0644]