tock-mirror/transformations
Adam Sampson 6ee21f76c9 Initial work on supporting INITIAL and RESULT abbreviations.
This fixes the AST, parser and typechecker, and adds a pass to
transform Result back into Abbrev, but doesn't transform Initial yet.
(It actually works for trivial stuff anyway, but it won't do the right
thing for complex types or PROC parameters.)

It appears (to me) to make sense to support INITIAL/RESULT reshaping
and retyping too, so this does.

Refs #42.
2008-06-02 20:41:37 +00:00
..
ImplicitMobility.hs Moved all the pass information about the Rain passes into their definition (rather than the pass list at the top) 2008-06-02 12:51:14 +00:00
PassTest.hs Moved all the remaining pass information to be with the passes themselves, and adjusted the tests accordingly 2008-06-02 14:31:19 +00:00
SimplifyAbbrevs.hs Initial work on supporting INITIAL and RESULT abbreviations. 2008-06-02 20:41:37 +00:00
SimplifyComms.hs Clean up some remaining messy code after the passes rework. 2008-06-02 17:04:30 +00:00
SimplifyExprs.hs Moved all the remaining pass information to be with the passes themselves, and adjusted the tests accordingly 2008-06-02 14:31:19 +00:00
SimplifyProcs.hs Moved all the remaining pass information to be with the passes themselves, and adjusted the tests accordingly 2008-06-02 14:31:19 +00:00
SimplifyTypes.hs Rework Traversal, and convert all passes to use it. 2008-05-25 20:13:57 +00:00
Unnest.hs Moved all the remaining pass information to be with the passes themselves, and adjusted the tests accordingly 2008-06-02 14:31:19 +00:00