aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/ir1.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-05 17:32:22 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-05 17:32:22 -0700
commitc458c02f3cbf24770a18e4e0e3ee2854b7bc0377 (patch)
tree91357284ee3b0598cdaa8ef8f04132b5569180b7 /lib/csc/ir1.csc
parentAdd call-with-current-continuation. (diff)
downloadchromatopelma-c458c02f3cbf24770a18e4e0e3ee2854b7bc0377.tar.zst
Add call-with-values.
Diffstat (limited to 'lib/csc/ir1.csc')
-rw-r--r--lib/csc/ir1.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csc/ir1.csc b/lib/csc/ir1.csc
index 7674d49..efcd22f 100644
--- a/lib/csc/ir1.csc
+++ b/lib/csc/ir1.csc
@@ -170,6 +170,7 @@
; - poke: word * pointer * offset -> ()
; - int<?: int * int -> bool
; - call-with-current-continuation: proc -> result
+ ; - call-with-values: producer * consumer -> result
(define-match-record-type <call-builtin>
(make-call-builtin operation arguments)
call-builtin?