SCM Repository
Annotation of /sml/trunk/src/compiler/CodeGen/main/mlrisc-export.sml
Parent Directory
|
Revision Log
Revision 229 - (view) (download)
1 : | monnier | 229 | (* Copyright 1999, Lucent Technologies, Bell Labs *) |
2 : | |||
3 : | (* MLRISC environment in the compiler that needs to be exposed to the | ||
4 : | * top level. | ||
5 : | *) | ||
6 : | signature MLRISC_EXPORT = sig | ||
7 : | structure Label : LABEL | ||
8 : | structure MLRiscErrorMsg : MLRISC_ERROR_MSG | ||
9 : | structure MLRISC_Control : MLRISC_CONTROL | ||
10 : | structure AsmStream : ASM_STREAM | ||
11 : | structure Intmap : INTMAP | ||
12 : | end | ||
13 : | |||
14 : | |||
15 : | structure MLRISC_Export : MLRISC_EXPORT = | ||
16 : | struct | ||
17 : | structure Label = Label | ||
18 : | structure MLRiscErrorMsg = MLRiscErrorMsg | ||
19 : | structure MLRISC_Control = MLRISC_Control | ||
20 : | structure AsmStream = AsmStream | ||
21 : | structure Intmap = Intmap | ||
22 : | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |