mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Call simple-lambda
This commit is contained in:
parent
d989040cf8
commit
49fe5bdef6
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue