mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +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)))
|
,(analyze (if->else exp) lid)))
|
||||||
|
|
||||||
; Application:
|
; Application:
|
||||||
|
((app? exp)
|
||||||
|
(map (lambda (e)
|
||||||
|
(analyze-cps e lid))
|
||||||
|
exp))
|
||||||
;TODO: ((app? exp) (map (lambda (e) (wrap-mutables e globals)) exp))
|
;TODO: ((app? exp) (map (lambda (e) (wrap-mutables e globals)) exp))
|
||||||
|
|
||||||
; Nothing to analyze for these?
|
; Nothing to analyze for these?
|
||||||
|
|
Loading…
Add table
Reference in a new issue