SCM Repository
Diff of /sml/trunk/src/compiler/FLINT/kernel/primop.sml
Parent Directory
|
Revision Log
|
Patch
revision 258, Wed Apr 21 23:58:52 1999 UTC | revision 259, Thu Apr 22 09:30:22 1999 UTC | |
---|---|---|
# | Line 177 | Line 177 |
177 | ||
178 | | prPrimop DEREF = "!" | | prPrimop DEREF = "!" |
179 | | prPrimop ASSIGN = ":=" | | prPrimop ASSIGN = ":=" |
180 | | prPrimop UNBOXEDASSIGN = "(unboxed):=" | |
181 | | prPrimop BOXED = "boxed" | | prPrimop BOXED = "boxed" |
182 | | prPrimop UNBOXED = "unboxed" | | prPrimop UNBOXED = "unboxed" |
183 | | prPrimop CAST = "cast" | | prPrimop CAST = "cast" |
# | Line 242 | Line 243 |
243 | | prPrimop (SUBSCRIPT_REC) = "subscriptrec" | | prPrimop (SUBSCRIPT_REC) = "subscriptrec" |
244 | | prPrimop (SUBSCRIPT_RAW64) = "subscriptraw64" | | prPrimop (SUBSCRIPT_RAW64) = "subscriptraw64" |
245 | ||
(* These ones were strangely missing *) | ||
| prPrimop UNBOXEDASSIGN = "unboxedassign" | ||
246 | ||
247 | val purePrimop = | val purePrimop = |
248 | fn DEREF => false | fn DEREF => false |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |