mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
WIP
This commit is contained in:
parent
ed1c22af5b
commit
3c41a176f4
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@
|
|||
,(analyze (if->else exp) lid)))
|
||||
|
||||
; Application:
|
||||
((app? exp)
|
||||
(map (lambda (e)
|
||||
(analyze-cps e lid))
|
||||
exp))
|
||||
;TODO: ((app? exp) (map (lambda (e) (wrap-mutables e globals)) exp))
|
||||
|
||||
; Nothing to analyze for these?
|
||||
|
|
Loading…
Add table
Reference in a new issue