python2.6-compiler-package

Graph

(0) tip
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