tock-mirror/frontends
Neil Brown 3e342a621c Added ShowOccam and ShowRain type-classes, and changed existing code to use these new show methods in error messages
The function showCode shows code as either occam or Rain depending on the frontend.  This is then used by a formatCode function that acts similar to 
printf, which makes it easy to format error messages that use showCode.
2007-09-16 17:20:57 +00:00
..
LexOccam.x Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly. 2007-09-10 17:28:57 +00:00
LexRain.x Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly. 2007-09-10 17:28:57 +00:00
ParseOccam.hs Added ShowOccam and ShowRain type-classes, and changed existing code to use these new show methods in error messages 2007-09-16 17:20:57 +00:00
ParseRain.hs Rain: removed an outdated comment 2007-09-15 21:20:41 +00:00
ParseRainTest.hs Rain: added a new pass for folding constants 2007-09-15 09:36:50 +00:00
PreprocessOccam.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
RainPasses.hs Rain: wired up the new type-checking passes 2007-09-16 12:09:22 +00:00
RainPassesTest.hs Changed the testPass* functions in TestUtil to return Assertion instead of Test 2007-09-15 13:35:51 +00:00
RainTypes.hs Added ShowOccam and ShowRain type-classes, and changed existing code to use these new show methods in error messages 2007-09-16 17:20:57 +00:00
RainTypesTest.hs Rain: added checks that types match in input and output statements 2007-09-16 11:46:01 +00:00
StructureOccam.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