diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-07 19:42:35 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-07 19:42:35 -0700 |
| commit | b81426bb210ea5fca6d841e4dfeb38d83e1a6554 (patch) | |
| tree | c8f0f5c164dbf7d54eeb05246f23de38258d2382 /lib/csc/ir1.csc | |
| parent | Add a needed import to 10-define.csc. (diff) | |
| download | chromatopelma-b81426bb210ea5fca6d841e4dfeb38d83e1a6554.tar.zst | |
Misc test fixup in the compiler.
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 |
