cvs commit: nhc98/src/compiler98 Case.hs FSLib.hs FixSyntax.hs Flags.hs Gcode.hs GcodeFix.hs GcodeLow.hs GcodeLowC.hs MainNew.hs Makefile Need.hs PrettySyntax.hs STGBuild.hs Syntax.hs TokenInt.hs...

malcolm 2003/09/23 06:30:12 PDT Modified files: src/compiler98 Case.hs FSLib.hs FixSyntax.hs Flags.hs Gcode.hs GcodeFix.hs GcodeLow.hs GcodeLowC.hs MainNew.hs Makefile Need.hs PrettySyntax.hs STGBuild.hs Syntax.hs TokenInt.hs Type.hs TypeData.hs TypeLib.hs Removed files: src/compiler98 DbgDataTrans.hs DbgDumpSRIDTable.hs DbgDumpSRIDTableC.hs DbgId.hs DbgReplaceConstr.hs DbgReplaceListInsts.hs DbgReplacePrelude.hs DbgTrans.hs HatTrans.hs Main.hs Log: Remove all vestiges of Hat-related code from inside the nhc98 compiler. This includes both the original compiler-internal transformation, and the newer hat-trans code which has now moved to its own tree. Revision Changes Path 1.23 +2 -27 nhc98/src/compiler98/Case.hs 1.9 +5 -11 nhc98/src/compiler98/FSLib.hs 1.20 +29 -280 nhc98/src/compiler98/FixSyntax.hs 1.19 +0 -33 nhc98/src/compiler98/Flags.hs 1.3 +0 -4 nhc98/src/compiler98/Gcode.hs 1.10 +2 -29 nhc98/src/compiler98/GcodeFix.hs 1.6 +0 -10 nhc98/src/compiler98/GcodeLow.hs 1.8 +0 -6 nhc98/src/compiler98/GcodeLowC.hs 1.14 +11 -85 nhc98/src/compiler98/MainNew.hs 1.32 +5 -29 nhc98/src/compiler98/Makefile 1.24 +4 -7 nhc98/src/compiler98/Need.hs 1.29 +1 -27 nhc98/src/compiler98/PrettySyntax.hs 1.8 +0 -38 nhc98/src/compiler98/STGBuild.hs 1.33 +1 -1 nhc98/src/compiler98/Syntax.hs 1.16 +1 -2 nhc98/src/compiler98/TokenInt.hs 1.13 +8 -16 nhc98/src/compiler98/Type.hs 1.5 +0 -1 nhc98/src/compiler98/TypeData.hs 1.10 +14 -27 nhc98/src/compiler98/TypeLib.hs
participants (1)
-
Malcolm Wallace