mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP, generate proper AST output from wrap-muts
This commit is contained in:
parent
b2f4502651
commit
8f8df24b15
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@
|
|||
(wrap-mutable-formals
|
||||
(ast:lambda-id exp)
|
||||
(ast:lambda-formals->list exp)
|
||||
(wrap-mutables (car (ast:lambda-body exp)) globals)
|
||||
(list (wrap-mutables (car (ast:lambda-body exp)) globals))
|
||||
(ast:lambda-has-cont exp))
|
||||
(ast:lambda-has-cont exp)
|
||||
)) ;; Assume single expr in lambda body, since after CPS phase
|
||||
|
|
Loading…
Add table
Reference in a new issue