mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Use pre-computed sexp
This commit is contained in:
parent
6f65432c2a
commit
e883473885
1 changed files with 2 additions and 3 deletions
|
@ -1726,9 +1726,8 @@
|
||||||
(let ((fn (car exp))
|
(let ((fn (car exp))
|
||||||
(args (map cc (cdr exp))))
|
(args (map cc (cdr exp))))
|
||||||
(cond
|
(cond
|
||||||
((tagged-list? 'Cyc-seq exp)
|
((equal? 'Cyc-seq fn)
|
||||||
(cons 'Cyc-seq
|
`(Cyc-seq ,@args))
|
||||||
(map cc (cdr exp))))
|
|
||||||
((ast:lambda? fn)
|
((ast:lambda? fn)
|
||||||
(cond
|
(cond
|
||||||
;; If the lambda argument is not used, flag so the C code is
|
;; If the lambda argument is not used, flag so the C code is
|
||||||
|
|
Loading…
Add table
Reference in a new issue