mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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
|
||||
; Core forms:
|
||||
((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
|
||||
(lambda (expr)
|
||||
(analyze2 expr))
|
||||
|
|
Loading…
Add table
Reference in a new issue