[project @ 1999-12-03 12:39:38 by sewardj]
Add initial support for loading GHC Prelude (doesn't work yet): * Command line flag, +c/-c to start up in combined or standalone mode. In combined mode, looks for GHC's prelude in ghc/interpreter/GhcPrel (pro tem). * Parse unboxed tuple types and usage annotations in interface files.
Showing
- ghc/interpreter/hugs.c 40 additions, 25 deletionsghc/interpreter/hugs.c
- ghc/interpreter/input.c 9 additions, 4 deletionsghc/interpreter/input.c
- ghc/interpreter/interface.c 52 additions, 29 deletionsghc/interpreter/interface.c
- ghc/interpreter/machdep.c 30 additions, 17 deletionsghc/interpreter/machdep.c
- ghc/interpreter/parser.y 44 additions, 13 deletionsghc/interpreter/parser.y
- ghc/interpreter/static.c 13 additions, 3 deletionsghc/interpreter/static.c
- ghc/interpreter/storage.c 30 additions, 3 deletionsghc/interpreter/storage.c
- ghc/interpreter/storage.h 13 additions, 33 deletionsghc/interpreter/storage.h
Loading
Please register or sign in to comment