.. |
AST.hs
|
Added a wait statement to the AST, and added Rain tests for parsing wait statements
|
2007-09-26 23:00:09 +00:00 |
CommonTest.hs
|
Added helper functions for converting constructors into Constr items
|
2007-09-12 08:49:14 +00:00 |
CompState.hs
|
Changed the error type from String to ErrorReport throughout the code
|
2007-09-18 10:17:38 +00:00 |
Errors.hs
|
Changed dieIO to print out context for the error when it is given a valid meta tag
|
2007-09-18 11:48:11 +00:00 |
EvalConstants.hs
|
Changed the error type from String to ErrorReport throughout the code
|
2007-09-18 10:17:38 +00:00 |
EvalLiterals.hs
|
Changed the error type from String to ErrorReport throughout the code
|
2007-09-18 10:17:38 +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
|
Changed the error type from String to ErrorReport throughout the code
|
2007-09-18 10:17:38 +00:00 |
Pass.hs
|
Changed the error type from String to ErrorReport throughout the code
|
2007-09-18 10:17:38 +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 Time type, and the GetTime process to the AST, and added showOccam/showRain lines for the Time type
|
2007-09-19 10:20:40 +00:00 |
TestUtil.hs
|
Added a helper function for marking when a test is a Rain test (which means any test output will be displayed as Rain code, not as occam code)
|
2007-09-19 11:08:25 +00:00 |
TreeUtil.hs
|
Added helper functions for converting constructors into Constr items
|
2007-09-12 08:49:14 +00:00 |
Types.hs
|
Changed the types code so that all the tests for the new Time type pass
|
2007-09-19 11:24:14 +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 |