summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/ast.py
Commit message (Expand)AuthorAgeFilesLines
* tidy up tryexcept and tryfinally nodesJeremy Hylton2000-02-151-14/+20
* LeftShift & RightShift: fix reprs, change attr names to left and rightJeremy Hylton2000-02-141-10/+10
* rename several of the generic attribute names for nodes. new node attrs are:Jeremy Hylton2000-02-141-12/+12
* make all unary operators have a single child node called exprJeremy Hylton2000-02-081-4/+4
* move constants out of transformer so that they can be shared with astJeremy Hylton2000-02-081-0/+7
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-041-0/+689