.. |
AST.hs
|
Added an optional initialiser-expression to Declaration in the AST, and changed the rest of the code accordingly
|
2007-10-24 23:50:00 +00:00 |
CommonTest.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 |
CompState.hs
|
Added the capability of outputting graphviz scripts representing control-flow graphs
|
2007-10-28 12:11:27 +00:00 |
Errors.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 |
EvalConstants.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 |
EvalLiterals.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 |
FlowGraph.hs
|
Added support (and tests) for case statements in the control-flow graph
|
2007-10-28 16:31:15 +00:00 |
FlowGraphTest.hs
|
Added support (and tests) for case statements in the control-flow graph
|
2007-10-28 16:31:15 +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 findMeta so that it now works when directly applied to a Meta tag
|
2007-10-28 01:23:10 +00:00 |
Pass.hs
|
Changed the shared passes to operate on Structured items, rather than Process items
|
2007-10-17 13:24:42 +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 an optional initialiser-expression to Declaration in the AST, and changed the rest of the code accordingly
|
2007-10-24 23:50:00 +00:00 |
TestUtil.hs
|
Changed the C and C++ backends (and tests) to handle declarations with initialisers properly
|
2007-10-25 00:27:12 +00:00 |
TreeUtil.hs
|
Added the -fwarn-type-defaults compiler option (for when integer literals are given a default type) and fixed the few warnings that arose from doing so
|
2007-09-27 13:29:16 +00:00 |
Types.hs
|
Added an optional initialiser-expression to Declaration in the AST, and changed the rest of the code accordingly
|
2007-10-24 23:50:00 +00:00 |
Utils.hs
|
Added another helper function to the Utils module
|
2007-10-28 01:22:55 +00:00 |