[project @ 2002-03-29 21:39:36 by sof]
authorsof <unknown>
Fri, 29 Mar 2002 21:39:39 +0000 (21:39 +0000)
committersof <unknown>
Fri, 29 Mar 2002 21:39:39 +0000 (21:39 +0000)
commit76293b141bba4c15a6fd619dd980502e98614790
tree9441098f5cbcd5332ca73f9f77319db7e33cfa6c
parent57f838974862a6ba2772541318d1dfdeff51cefd
[project @ 2002-03-29 21:39:36 by sof]
Front end for External Core.

Initial go at implementing a Core front end
(enabled via -fcore); work in progress (renamer
is currently not willing to slurp in & resolve
imports.)
21 files changed:
ghc/compiler/deSugar/Desugar.lhs
ghc/compiler/hsSyn/HsCore.lhs
ghc/compiler/hsSyn/HsDecls.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverPhases.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/Main.hs
ghc/compiler/parser/LexCore.hs [new file with mode: 0644]
ghc/compiler/parser/ParserCore.y [new file with mode: 0644]
ghc/compiler/parser/ParserCoreUtils.hs [new file with mode: 0644]
ghc/compiler/rename/RnHiFiles.lhs
ghc/compiler/rename/RnHsSyn.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/compiler/rename/RnSource.lhs
ghc/compiler/typecheck/TcBinds.lhs
ghc/compiler/typecheck/TcHsSyn.lhs
ghc/compiler/typecheck/TcIfaceSig.lhs
ghc/compiler/typecheck/TcModule.lhs