Call simple-lambda

This commit is contained in:
Justin Ethier 2016-05-14 00:02:37 -04:00
parent d989040cf8
commit 49fe5bdef6

View file

@ -148,7 +148,9 @@
(cond (cond
; Core forms: ; Core forms:
((ast:lambda? exp) ((ast:lambda? exp)
(let ((id (ast:lambda-id exp))) (let* ((id (ast:lambda-id exp))
(fnc (adb:get id)))
(adbf:set-simple! (simple-lambda? exp))
(for-each (for-each
(lambda (expr) (lambda (expr)
(analyze2 expr)) (analyze2 expr))