Start to work on 5.25 and finish syntax error in eceval
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
(list 'define-variable! define-variable!)
|
||||
(list 'empty-arglist empty-arglist)
|
||||
(list 'extend-environment extend-environment)
|
||||
(list 'get-global-environment get-global-environment))
|
||||
(list 'get-global-environment get-global-environment)
|
||||
(list 'last-operand? last-operand?)
|
||||
(list 'lookup-variable-value lookup-variable-value)
|
||||
(list 'make-procedure make-procedure)
|
||||
@@ -92,7 +92,7 @@
|
||||
(list 'cond? cond?)
|
||||
(list 'let->combination let->combination)
|
||||
(list 'let? let?)
|
||||
)
|
||||
))
|
||||
|
||||
(define eceval
|
||||
(make-machine
|
||||
|
||||
Reference in New Issue
Block a user