cpython/Tools/compiler/compiler
Jeremy Hylton fa974a9d06 change node Classdef to Class
add doc string to transformer module
add two helper functions:
    parse(buf) -> AST
    parseFile(path) -> AST
2000-03-06 18:50:48 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py change node Classdef to Class 2000-03-06 18:50:48 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py satisfy the tabnanny (thanks to MH for noticing the problem) 2000-02-21 22:46:00 +00:00
pyassem.py satisfy the tabnanny (thanks to MH for noticing the problem) 2000-02-21 22:46:00 +00:00
pycodegen.py the previous quick hack to fix def foo((x,y)) failed on some cases 2000-02-17 22:09:35 +00:00
transformer.py change node Classdef to Class 2000-03-06 18:50:48 +00:00
visitor.py factor out the tree walking/visitor code that was in compile.py 2000-03-06 18:49:31 +00:00