tock-mirror/data
Adam Sampson d2c0fd674e Rework the code for getting errors through the parser.
This used to work by adding a magic prefix to the error message, but it appears
that doesn't work with the GHC 6.6 version of Parsec. It now searches for a
magic substring anywhere in the error message.

It uses // as a delimeter rather than \0 now, since including nulls in Strings
causes problems -- for example, putStr "a\0b" will only print "a".
2008-03-04 12:52:25 +00:00
..
AST.hs Moved AST, CompState and Metadata out to a new data directory (along with the generated OrdAST and TagAST) 2008-02-26 15:02:13 +00:00
CompState.hs Initial implementation of the occam-pi preprocessor. 2008-02-28 20:27:30 +00:00
Metadata.hs Rework the code for getting errors through the parser. 2008-03-04 12:52:25 +00:00