SCM Repository
Annotation of /sml/trunk/src/compiler/TopLevel/main/code-generator.sig
Parent Directory
|
Revision Log
Revision 229 - (view) (download) (as text)
1 : | monnier | 229 | (* Copyright 1999, Lucent Technologies, Bell Labs *) |
2 : | |||
3 : | (* Generation of machine code from the flint intermediate form *) | ||
4 : | signature CODEGENERATOR = | ||
5 : | sig | ||
6 : | structure Machine : MACHINE_GEN | ||
7 : | val architecture : string | ||
8 : | val flintcomp : CompBasic.flint * CompBasic.compInfo -> CompBasic.csegments | ||
9 : | end (* CODEGENERATOR *) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |