#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.13 1995/08/08 16:21:25 adams Exp $
+$Id: compiler.pkg,v 1.14 1995/09/05 18:46:39 adams Exp $
Copyright (c) 1988-1995 Massachusetts Institute of Technology
"base/object" ;tagged object support
"base/enumer" ;enumerations
"base/sets" ;set abstraction
+ "base/fasthash" ;eq-hash tables
"base/mvalue" ;multiple-value support
"base/scode" ;SCode abstraction
"machines/spectrum/machin" ;machine dependent stuff
(define-package (compiler midend)
(files "midend/graph"
"midend/synutl"
+ "midend/kmp"
"midend/midend"
"midend/utils"
+ "midend/effects"
"midend/fakeprim"
+ "midend/types"
+ "midend/typedb" ; must go before typerew
"midend/dbgstr"
"midend/dbgred"
"midend/inlate"
"midend/assconv"
"midend/cleanup"
"midend/earlyrew"
+ "midend/typerew"
"midend/lamlift"
"midend/closconv"
;; "midend/staticfy" ; broken, for now
"midend/simplify"
"midend/cpsconv"
"midend/laterew"
- "midend/compat" ; compatibility with current compiler
+ "midend/compat"
"midend/stackopt"
"midend/indexify"
"midend/rtlgen"