SCM Repository
View of /sml/trunk/src/compiler/CodeGen/main/mlrisc-export.sml
Parent Directory
|
Revision Log
Revision 229 -
(download)
(annotate)
Sat Apr 17 18:10:40 1999 UTC (21 years, 9 months ago) by monnier
File size: 589 byte(s)
Sat Apr 17 18:10:40 1999 UTC (21 years, 9 months ago) by monnier
File size: 589 byte(s)
Initial revision
(* Copyright 1999, Lucent Technologies, Bell Labs *) (* MLRISC environment in the compiler that needs to be exposed to the * top level. *) signature MLRISC_EXPORT = sig structure Label : LABEL structure MLRiscErrorMsg : MLRISC_ERROR_MSG structure MLRISC_Control : MLRISC_CONTROL structure AsmStream : ASM_STREAM structure Intmap : INTMAP end structure MLRISC_Export : MLRISC_EXPORT = struct structure Label = Label structure MLRiscErrorMsg = MLRiscErrorMsg structure MLRISC_Control = MLRISC_Control structure AsmStream = AsmStream structure Intmap = Intmap end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |