.. |
AST.hs
|
Overhauled the usage checker to use sets of Strings for recording the used variables
|
2007-10-29 17:32:23 +00:00 |
CommonTest.hs
|
Added much more documentation to the FlowGraphTest module
|
2007-11-12 15:19:12 +00:00 |
CompState.hs
|
Added the capability of outputting graphviz scripts representing control-flow graphs
|
2007-10-28 12:11:27 +00:00 |
Errors.hs
|
Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules
|
2007-09-27 13:13:46 +00:00 |
EvalConstants.hs
|
Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules
|
2007-09-27 13:13:46 +00:00 |
EvalLiterals.hs
|
Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules
|
2007-09-27 13:13:46 +00:00 |
FlowAlgorithms.hs
|
Introduced scoped type variables into the signature of flowAlgorithm
|
2007-11-07 13:00:10 +00:00 |
FlowGraph.hs
|
Added a safety check when building the flow graph
|
2007-11-10 23:18:01 +00:00 |
FlowGraphTest.hs
|
Added much more documentation to the FlowGraphTest module
|
2007-11-12 15:19:12 +00:00 |
Intrinsics.hs
|
Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly.
|
2007-09-10 17:28:57 +00:00 |
Metadata.hs
|
Removed the Metadata hack (where emptyMeta was "equal" to every other Meta data tag)
|
2007-11-10 14:14:18 +00:00 |
Pass.hs
|
Changed the shared passes to operate on Structured items, rather than Process items
|
2007-10-17 13:24:42 +00:00 |
Pattern.hs
|
Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly.
|
2007-09-10 17:28:57 +00:00 |
PrettyShow.hs
|
Added documentation to PrettyShow and ShowCode, along with an export list for the latter.
|
2007-09-17 17:51:49 +00:00 |
ShowCode.hs
|
Added support for List types to the C and C++ backend, in genType at least
|
2007-10-27 11:24:24 +00:00 |
TestUtil.hs
|
Moved assertEither and assertEitherFail into TestUtil
|
2007-11-02 16:44:10 +00:00 |
TreeUtil.hs
|
Added functions for helping to decompose the AST and map functions over it
|
2007-11-07 11:26:07 +00:00 |
Types.hs
|
Changed some functions in the Types module to handle the new List type
|
2007-10-25 10:11:19 +00:00 |
Utils.hs
|
Added a couple more helper functions/operators to the Utils module
|
2007-11-09 19:45:03 +00:00 |