mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
WIP
This commit is contained in:
parent
8ed042573a
commit
7bad122821
1 changed files with 9 additions and 0 deletions
|
@ -825,6 +825,15 @@
|
|||
(c:body cargs)
|
||||
");"))))))
|
||||
|
||||
((equal? 'Cyc-seq fun)
|
||||
(let ((exps (foldr
|
||||
(lambda (expr acc)
|
||||
(c:append
|
||||
acc
|
||||
(c-compile-exp expr append-preamble cont trace cps?)))
|
||||
(c-code "")
|
||||
args)))
|
||||
exps))
|
||||
(else
|
||||
(error `(Unsupported function application ,exp)))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue