simplify

Shortlog

(0) +60 +100 tip
2006-07-15 paulb Added Subscript node support (including augmented subscript assignment) along
2006-07-15 paulb Fixed augmented slice assignments. Added the missing special methods for
2006-07-15 paulb Added a link from the original node to any corresponding new node.
2006-07-13 paulb Added produces_result to some Invoke nodes, returns_value to some Subprogram
2006-07-11 paulb Added Slice support, along with Slice participation in AugAssign node groups.
2006-07-09 Paul Boddie Added Raise, fixed TryExcept for empty handler specifications.
2006-07-09 Paul Boddie Added UnaryAdd, UnarySub, Invert.
2006-07-09 Paul Boddie Added From and Import.
2006-07-09 Paul Boddie Added AugAssign, introduced index attributes to LoadTemp/StoreTemp/ReleaseTemp.
2006-07-08 Paul Boddie Added Global, And, Or, Not and made minor fixes.
2006-07-08 Paul Boddie A simplified AST processor.
(0) +60 +100 tip