tock-mirror/backends
Adam Sampson 6fb8780cae Make a pattern match more explicit.
This is looking at array dimensions in literals. By this point unknown
dimensions should have been inferred; if they haven't, I'd rather it blew up
here than caused bizarre behaviour later on.

(This is a good candidate for a property check.)
2008-04-06 15:38:59 +00:00
..
AnalyseAsm.hs In AnalyseAsm, ignore labels that contain "." anywhere. 2008-04-06 15:31:28 +00:00
AnalyseAsmTest.hs In AnalyseAsm, ignore labels that contain "." anywhere. 2008-04-06 15:31:28 +00:00
BackendPasses.hs Make a pattern match more explicit. 2008-04-06 15:38:59 +00:00
BackendPassesTest.hs
GenerateC.hs Don't assume an empty array literal can be a string literal. 2008-04-06 15:33:18 +00:00
GenerateCBased.hs
GenerateCPPCSP.hs
GenerateCTest.hs
TLP.hs