SCM Repository
Diff of /sml/trunk/src/compiler/FLINT/main/flintcomp.sml
Parent Directory
|
Revision Log
|
Patch
revision 50, Sun Mar 22 23:05:33 1998 UTC | revision 51, Sun Mar 22 23:08:44 1998 UTC | |
---|---|---|
# | Line 47 | Line 47 |
47 | e) | e) |
48 | ||
49 | val prLexp = prGen (CGC.printLambda, MCprint.printLexp) | val prLexp = prGen (CGC.printLambda, MCprint.printLexp) |
50 | val prFlint = prGen (CGC.printLambda, PPFlint.printProg) | val prFlint = prGen (CGC.printFlint, PPFlint.printProg) |
51 | val prCps = prGen (CGC.printit, PPCps.printcps0) | val prCps = prGen (CGC.printit, PPCps.printcps0) |
52 | ||
53 | (** compiling FLINT code into the binary machine code *) | (** compiling FLINT code into the binary machine code *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |