SCM Repository
Diff of /branches/pure-cfg/src/compiler/c-target/print-as-c.sml
Parent Directory
|
Revision Log
|
Patch
revision 527, Sun Feb 13 02:08:31 2011 UTC | revision 528, Sun Feb 13 03:05:35 2011 UTC | |
---|---|---|
# | Line 152 | Line 152 |
152 | str(FloatLit.toString f ^ "f") | str(FloatLit.toString f ^ "f") |
153 | | CL.E_Flt(f, _) => str(FloatLit.toString f) | | CL.E_Flt(f, _) => str(FloatLit.toString f) |
154 | | CL.E_Bool b => str(Bool.toString b) | | CL.E_Bool b => str(Bool.toString b) |
155 | | CL.E_Str s => str(concat["\"", String.toCString s, "\""]) | |
156 | (* end case *)) | (* end case *)) |
157 | and ppArgs args = ( | and ppArgs args = ( |
158 | str "("; | str "("; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |