[project @ 2000-10-10 13:20:38 by simonmar]
authorsimonmar <unknown>
Tue, 10 Oct 2000 13:20:38 +0000 (13:20 +0000)
committersimonmar <unknown>
Tue, 10 Oct 2000 13:20:38 +0000 (13:20 +0000)
commit35fb1e382c4561fbd8e1ad66cd515c706e62be41
tree27eb544c2b0d12ebbc438db1882df2a3eef5b02b
parent560cdb21b5666a5a9197a57fe7281324113e7adb
[project @ 2000-10-10 13:20:38 by simonmar]
Main is now HscMain: this will transform eventually into the
compiler's entry point.

CmdLineOpts now separates flags into static flags and dynamic flags;
dynamic flags will be passed around explicitly and can therefore
change from compilation to compilation.  All the dump flags and a few
language flags (like -fglasgow-exts) are currently DynFlags.

NOTE: nothing will now compile, for a long while until we get all this
connected up.  This commit is so that we start pulling in the same
direction.
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/ErrUtils.lhs
ghc/compiler/main/HscMain.lhs [moved from ghc/compiler/main/Main.lhs with 87% similarity]