Implement 5.44
This commit is contained in:
@@ -37,8 +37,10 @@
|
||||
target
|
||||
linkage))
|
||||
((cond? exp) (compile (cond->if exp) ct-env target linkage))
|
||||
((primitive-procedure? exp)
|
||||
(compile-primitive exp target linkage))
|
||||
((primitive-procedure? exp ct-env)
|
||||
;; Implementation is in ex-5_31-38.scm
|
||||
;; (compile-primitive exp target linkage))
|
||||
(error "compile-primitive currently not supported for lexical-addressing"))
|
||||
((application? exp)
|
||||
(compile-application exp ct-env target linkage))
|
||||
(else
|
||||
|
||||
Reference in New Issue
Block a user