cvs commit: fptools/ghc/compiler/basicTypes OccName.lhs
fptools/ghc/compiler/hsSyn
HsExpr.lhs fptools/ghc/compiler/main CmdLineOpts.lhs
DriverFlags.hs DriverPipeline.hs DriverState.hs HscMain.lhs
fptools/ghc/compiler/typecheck Untranslate.hs TcRnDriver.lhs
sseefried at haskell.org
sseefried at haskell.org
Thu Sep 9 04:20:56 EDT 2004
sseefried 2004/09/09 01:20:56 PDT
Modified files: (Branch: th-print-branch)
ghc/compiler/basicTypes OccName.lhs
ghc/compiler/hsSyn HsExpr.lhs
ghc/compiler/main CmdLineOpts.lhs DriverFlags.hs
DriverPipeline.hs DriverState.hs
HscMain.lhs
ghc/compiler/typecheck TcRnDriver.lhs
Added files: (Branch: th-print-branch)
ghc/compiler/typecheck Untranslate.hs
Log:
A first cut of the implementation for th-print. When given the flag
'-fth-print' GHC will typecheck and run splices and then pretty print the
resulting program so that it may be fed back into GHC as source code.
Revision Changes Path
1.58.2.1 +9 -1 fptools/ghc/compiler/basicTypes/OccName.lhs
1.93.2.1 +6 -2 fptools/ghc/compiler/hsSyn/HsExpr.lhs
1.189.2.1 +7 -1 fptools/ghc/compiler/main/CmdLineOpts.lhs
1.137.2.1 +5 -0 fptools/ghc/compiler/main/DriverFlags.hs
1.167.2.1 +6 -2 fptools/ghc/compiler/main/DriverPipeline.hs
1.105.2.1 +2 -0 fptools/ghc/compiler/main/DriverState.hs
1.198.2.1 +7 -1 fptools/ghc/compiler/main/HscMain.lhs
1.78.2.1 +24 -13 fptools/ghc/compiler/typecheck/TcRnDriver.lhs
More information about the Cvs-ghc
mailing list