aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/ir1.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-07 19:42:35 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-07 19:42:35 -0700
commitb81426bb210ea5fca6d841e4dfeb38d83e1a6554 (patch)
treec8f0f5c164dbf7d54eeb05246f23de38258d2382 /lib/csc/ir1.csc
parentAdd a needed import to 10-define.csc. (diff)
downloadchromatopelma-b81426bb210ea5fca6d841e4dfeb38d83e1a6554.tar.zst
Misc test fixup in the compiler.
Diffstat (limited to 'lib/csc/ir1.csc')
-rw-r--r--lib/csc/ir1.csc3
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