This commit is contained in:
Justin Ethier 2016-05-11 03:36:18 -04:00
parent ed1c22af5b
commit 3c41a176f4

View file

@ -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?