.. |
AST.hs
|
Added an automatically-generated OrdAST module that provides an ordering for AST elements, ignoring Meta tags
|
2008-01-28 15:23:53 +00:00 |
CommonTest.hs
|
Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module
|
2007-12-13 19:05:29 +00:00 |
CompState.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
Errors.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
EvalConstants.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
EvalLiterals.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
FlowAlgorithms.hs
|
Introduced scoped type variables into the signature of flowAlgorithm
|
2007-11-07 13:00:10 +00:00 |
FlowGraph.hs
|
Added code to build the flow graph for procs and functions in specifications
|
2008-01-26 18:54:40 +00:00 |
FlowGraphTest.hs
|
Added tests for proc specifications in FlowGraphTest and correctly an earlier test to not use an undefined specification
|
2008-01-26 18:48:49 +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
|
Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module
|
2007-12-13 19:05:29 +00:00 |
PassList.hs
|
Moved the usageCheckPass function into the new Check module
|
2008-01-28 13:15:36 +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 the monads to the export list of ShowCode
|
2008-01-27 23:47:41 +00:00 |
TestHarness.hs
|
Added support for timing tests in the automatic test cases
|
2008-01-23 15:23:26 +00:00 |
TestUtils.hs
|
Added a helper function for timing tasks in the TestUtils module
|
2008-01-23 15:23:00 +00:00 |
TreeUtils.hs
|
Added various 4 and 5 parameter versions of the routing functions for building AST-modifying functions
|
2008-01-26 18:49:36 +00:00 |
Types.hs
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
Utils.hs
|
Added a few more helper functions to the Utils module
|
2008-01-25 16:12:20 +00:00 |