Changeset 7866 for src/Pugs/Compile
- Timestamp:
- 11/06/05 01:28:07 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile/PIL2.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/PIL2.hs
r7865 r7866 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 2 {-# OPTIONS_GHC -#include "../UnicodeC.h" #-} 3 4 {-| 5 Compiler interface. 6 7 > And words unheard were spoken then 8 > Of folk and Men and Elven-kin, 9 > Beyond the world were visions showed 10 > Forbid to those that dwell therein... 11 -} 12 13 module Pugs.Compile ( 2 {-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 3 4 module Pugs.Compile.PIL2 ( 14 5 PIL_Stmts(..), PIL_Stmt(..), PIL_Expr(..), PIL_Decl(..), PIL_Literal(..), PIL_LValue(..), 15 6 Compile(..), … … 26 17 import Pugs.Eval.Var 27 18 import Pugs.Monads 28 import Pugs.PIL 119 import Pugs.PIL2 29 20 import Emit.PIR 30 21 import Text.PrettyPrint
