mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
c2dfdf39d5
commit
55a2d84c2b
1 changed files with 4 additions and 0 deletions
4
eval.scm
4
eval.scm
|
@ -359,6 +359,10 @@
|
|||
((cond? exp) (analyze (cond->if exp)))
|
||||
;; END derived expression processing
|
||||
((application? exp) (analyze-application exp))
|
||||
;; TODO: ;; JAE - testing with these next 3
|
||||
;; TODO: ((primitive-procedure? exp) exp)
|
||||
;; TODO: ((compound-procedure? exp) exp)
|
||||
;; TODO: ((procedure? exp) exp)
|
||||
(else
|
||||
(error "Unknown expression type -- ANALYZE" exp))))
|
||||
;(lambda () 'TODO-unknown-exp-type)))) ; JAE - this is a debug line
|
||||
|
|
Loading…
Add table
Reference in a new issue