[project @ 2000-10-11 11:54:58 by simonmar]
authorsimonmar <unknown>
Wed, 11 Oct 2000 11:54:58 +0000 (11:54 +0000)
committersimonmar <unknown>
Wed, 11 Oct 2000 11:54:58 +0000 (11:54 +0000)
commit60bf710865eff2ac5a497aad66c2bccc66a70215
tree1f8b74b1e317d3c29776ea079cef03036012e6ce
parent81d32ed75ebf4c8978671a9a0c3c7ab0b189c635
[project @ 2000-10-11 11:54:58 by simonmar]
Some progress:
- driver is split up into slightly more managable parts
- PreProces interface for use by the summariser
- flags stuff is taking shape
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/DriverFlags.hs [new file with mode: 0644]
ghc/compiler/main/DriverState.hs [new file with mode: 0644]
ghc/compiler/main/DriverUtil.hs [new file with mode: 0644]
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/Main.hs
ghc/compiler/main/PackageMaintenance.hs [new file with mode: 0644]
ghc/compiler/main/PreProcess.hs [new file with mode: 0644]
ghc/compiler/main/TmpFiles.hs