Skip to content
Snippets Groups Projects
Commit 35fb1e38 authored by Simon Marlow's avatar Simon Marlow
Browse files

[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.
parent 560cdb21
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment