summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/ast.py
Commit message (Collapse)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
| | | | (so they are common with other binary ops)
* rename several of the generic attribute names for nodes. new node attrs are:Jeremy Hylton2000-02-141-12/+12
| | | | | | Exec: expr, locals, globals Dict: items Assert: test, fail
* 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
| | | | add varargs and kwargs attributes to Function nodes
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-041-0/+689
revision number the p2c cvs tree. COPYRIGHT: 1.1 ast.py: 1.3 transformer.py: 1.11