simplify

Shortlog

(0) +60 +100 tip
2006-07-23 paulb Added the beginnings of invocation support.
2006-07-23 paulb Made tests usable for annotation purposes.
2006-07-23 paulb Added analysis builtins.
2006-07-20 paulb Added some global name support: transformation of loads and stores to explicit
2006-07-19 paulb Renamed various classes and methods, adjusting the test program appropriately.
2006-07-18 paulb Moved common visitor facilities into the simplified module.
2006-07-17 paulb Made function subprogram names originate from the AST nodes which defined them.
2006-07-16 paulb Changed If and TryExcept replacements to employ subprograms similar to those
2006-07-15 paulb Added annotation notes.
2006-07-15 paulb Fixed Compare and usage of args (instead of params) in Invoke nodes.
2006-07-15 paulb Split up the original test.
2006-07-15 paulb Added Compare, simplified And processing slightly.
2006-07-15 paulb Added comments and fixed temporary value storage and retrieval in And and Or.
2006-07-15 paulb Fixed original node mentions.
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