python2.6-compiler-package

Graph

(0) tip
Added missing support for name and attribute deletion statements. default tip
Fixed the list comprehension output.
Added string "display" representations for the nodes, allowing ASTs to be
Added confusing but probably necessary licensing statements.
Changed __repr__ format strings to use %r directly with objects.
Added copyright and modification details for the visitor changes.
Removed Python 3 warning.
Changed the dispatch mechanism to use the visit methods provided by nodes.
Added *args to the visit method signatures and invocations.
Removed historical licence information (the code should be licensed under the
Added visit methods to the AST nodes for mutually-assisted dispatch to visitors.
The compiler package from Python 2.6.8 together with copyright and licensing information.
(0) tip