summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/astgen.py
Commit message (Collapse)AuthorAgeFilesLines
* Support for generation of ast.py from simple description of nodeJeremy Hylton2000-10-251-0/+182
structure (ast.txt). Usage is python astgen.py > ast.py.