[project @ 2000-10-10 13:25:19 by simonmar]
authorsimonmar <unknown>
Tue, 10 Oct 2000 13:25:19 +0000 (13:25 +0000)
committersimonmar <unknown>
Tue, 10 Oct 2000 13:25:19 +0000 (13:25 +0000)
commit7100c98bd87995bc769f1afec6e0650219631723
treeac9aea9c38a2ec9c68fea23e64e23782140e3fbe
parent015975f75c98a9ffff6881cfa13a742545765948
[project @ 2000-10-10 13:25:19 by simonmar]
The driver, more or less verbatim copied from ghc/driver/Main.hs.

THE PLAN: the main body of the driver will eventually sit between the
compilation manager and HscMain, providing all the grotty services
like compilation of .hc files.

Some other parts of the driver, eg. flag parsing, will remain at the
front end.
ghc/compiler/main/Main.hs [new file with mode: 0644]