summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/astgen.py
Commit message (Expand)AuthorAgeFilesLines
* Revise implementations of getChildren() and getChildNodes().Jeremy Hylton2001-08-291-18/+112
* Generate correct reprs for Mul, Add, etc.Jeremy Hylton2001-08-181-0/+2
* Fix typo in astgen scriptJeremy Hylton2001-08-141-1/+1
* Add getChildNodes() method to NodeJeremy Hylton2001-08-141-0/+2
* Support for generation of ast.py from simple description of nodeJeremy Hylton2000-10-251-0/+182