Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
Shortlog
(0)
+60
+100
tip
2006-07-23
paulb
files
Added the beginnings of invocation support.
2006-07-23
paulb
files
Made tests usable for annotation purposes.
2006-07-23
paulb
files
Added analysis builtins.
2006-07-20
paulb
files
Added some global name support: transformation of loads and stores to explicit
2006-07-19
paulb
files
Renamed various classes and methods, adjusting the test program appropriately.
2006-07-18
paulb
files
Moved common visitor facilities into the simplified module.
2006-07-17
paulb
files
Made function subprogram names originate from the AST nodes which defined them.
2006-07-16
paulb
files
Changed If and TryExcept replacements to employ subprograms similar to those
2006-07-15
paulb
files
Added annotation notes.
2006-07-15
paulb
files
Fixed Compare and usage of args (instead of params) in Invoke nodes.
2006-07-15
paulb
files
Split up the original test.
2006-07-15
paulb
files
Added Compare, simplified And processing slightly.
2006-07-15
paulb
files
Added comments and fixed temporary value storage and retrieval in And and Or.
2006-07-15
paulb
files
Fixed original node mentions.
2006-07-15
paulb
files
Added Subscript node support (including augmented subscript assignment) along
2006-07-15
paulb
files
Fixed augmented slice assignments. Added the missing special methods for
2006-07-15
paulb
files
Added a link from the original node to any corresponding new node.
2006-07-13
paulb
files
Added produces_result to some Invoke nodes, returns_value to some Subprogram
2006-07-11
paulb
files
Added Slice support, along with Slice participation in AugAssign node groups.
2006-07-09
Paul Boddie
files
Added Raise, fixed TryExcept for empty handler specifications.
2006-07-09
Paul Boddie
files
Added UnaryAdd, UnarySub, Invert.
2006-07-09
Paul Boddie
files
Added From and Import.
2006-07-09
Paul Boddie
files
Added AugAssign, introduced index attributes to LoadTemp/StoreTemp/ReleaseTemp.
2006-07-08
Paul Boddie
files
Added Global, And, Or, Not and made minor fixes.
2006-07-08
Paul Boddie
files
A simplified AST processor.
(0)
+60
+100
tip