tock-mirror/common
2007-10-17 13:09:16 +00:00
..
AST.hs Fixed a few small unescaped slashes that were confusing haddock 2007-10-02 14:55:19 +00:00
CommonTest.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
CompState.hs Changed the default compilation mode from being just occam/Rain->C/C++ compilation to being occam/Rain->binary ("all-in-one") compilation 2007-10-09 00:41:13 +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
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 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
Pass.hs Changed the passes to be of type Pass, rather than A.Process -> PassM A.Process 2007-10-17 13:09:16 +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 Fixed a few small unescaped slashes that were confusing haddock 2007-10-02 14:55:19 +00:00
TestUtil.hs Added a new function (checkTempVarTypes) to the TestUtil module 2007-10-10 23:11:35 +00:00
TreeUtil.hs Added the -fwarn-type-defaults compiler option (for when integer literals are given a default type) and fixed the few warnings that arose from doing so 2007-09-27 13:29:16 +00:00
Types.hs Added a new function (typeOfSpec) to the Types module 2007-10-10 23:10:46 +00:00
Utils.hs Rain: implemented the checkExpression function and got it passing the tests so far 2007-09-15 18:57:02 +00:00