cvs commit: fptools/ghc/compiler/main Main.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 10 Oct 2000 06:25:19 -0700


simonmar    2000/10/10 06:25:19 PDT

  Added files:
    ghc/compiler/main    Main.hs 
  Log:
  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.