SCM Repository
Diff of /branches/vis12/src/compiler/gen/il/high-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 1686, Mon Jan 23 18:49:17 2012 UTC | revision 1687, Wed Jan 25 13:02:32 2012 UTC | |
---|---|---|
# | Line 55 | Line 55 |
55 | # tuple and sequence operations | # tuple and sequence operations |
56 | Select : ty * int : 1 : 1 : select field from tuple value | Select : ty * int : 1 : 1 : select field from tuple value |
57 | SeqSub : ty : 1 : 2 : index a sequence | SeqSub : ty : 1 : 2 : index a sequence |
58 | MkDynamic : ty * int : 1 : 1 : make a fixed-length sequence dynamic | |
59 | Append : ty : 2 : 1 : append an element onto a dynamic sequence | |
60 | Prepend : ty : 2 : 1 : prepend an element onto a dynamic sequence | |
61 | Concat : ty : 2 : 1 : concatenate two dynamic sequences | |
62 | # | # |
63 | # conversions | # conversions |
64 | IntToReal : : 1 : 1 : | IntToReal : : 1 : 1 : |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |