mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Added TODO
This commit is contained in:
parent
8d88f69882
commit
657ffc99f3
1 changed files with 2 additions and 0 deletions
|
@ -755,6 +755,8 @@
|
||||||
((prim? exp) exp)
|
((prim? exp) exp)
|
||||||
((ref? exp) exp)
|
((ref? exp) exp)
|
||||||
((quote? exp) exp)
|
((quote? exp) exp)
|
||||||
|
;; TODO: need a way of taking a begin here and splicing its contents
|
||||||
|
;; into the body
|
||||||
((lambda? exp) `(lambda ,(lambda->formals exp)
|
((lambda? exp) `(lambda ,(lambda->formals exp)
|
||||||
,@(map
|
,@(map
|
||||||
;; TODO: use extend env here?
|
;; TODO: use extend env here?
|
||||||
|
|
Loading…
Add table
Reference in a new issue