tock-mirror/frontends
2008-02-29 14:08:57 +00:00
..
LexOccam.x Initial implementation of the occam-pi preprocessor. 2008-02-28 20:27:30 +00:00
LexRain.x Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too) 2008-02-05 23:06:03 +00:00
ParseOccam.hs Altered the AST to allow a function to be either an ExpressionList (classical occam) or a Process (Rain/proposed new occam) 2008-02-24 19:29:31 +00:00
ParseRain.hs Fixed functions to work again in the Rain parser, according to the new tests 2008-02-25 17:18:28 +00:00
ParseRainTest.hs Fixed the tests for parsing Rain functions, using the new Process body with functionname = returnvalue plan 2008-02-25 17:17:38 +00:00
ParseUtils.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
PreprocessOccam.hs Implement comparisons in preprocessor expressions. 2008-02-29 00:23:49 +00:00
PreprocessOccamTest.hs Implement comparisons in preprocessor expressions. 2008-02-29 00:23:49 +00:00
RainPasses.hs Fixed the checkFunction pass 2008-02-25 21:27:37 +00:00
RainPassesTest.hs Renamed the transformFunction pass into checkFunction, and adjusted the tests for it accordingly 2008-02-25 21:17:37 +00:00
RainTypes.hs Changed the existing Rain code (and tests) to use the new List type rather than the Array type 2007-10-25 10:13:17 +00:00
RainTypesTest.hs Added labels to all the top-level tests that didn't have one 2008-02-28 16:11:01 +00:00
StructureOccam.hs Added types to all the cases where the monomorhpism restriction applied 2008-01-26 20:51:11 +00:00
StructureOccamTest.hs Add some tests for structureOccam. 2008-02-29 14:08:57 +00:00