diff options
Diffstat (limited to 'lib/csc/ir1.csc')
| -rw-r--r-- | lib/csc/ir1.csc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csc/ir1.csc b/lib/csc/ir1.csc index a39c07d..5cc0bf0 100644 --- a/lib/csc/ir1.csc +++ b/lib/csc/ir1.csc @@ -168,7 +168,8 @@ ; - alloc: size -> result ; - peek: pointer * offset -> result ; - poke: word * pointer * offset -> () - ; - int<?: int * int -> bool + ; - lt: int * int -> bool + ; - eq: obj * obj -> bool ; - call-with-current-continuation: proc -> result ; - call-with-values: producer * consumer -> result ; - apply: proc * args -> result |
