You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3l/ev-environment.scm

18 lines
399 B
Scheme

6 years ago
`(((quote set! type value eq?
nil env
+ -
cons car cdr
eval record vau wrap
byte-set!
type-eq?
xyz)
,(make-quote) ,(make-assign) ,(make-type) ,(make-value) ,(make-eq?)
,(make-nil) ,(make-env)
,(make-add) ,(make-sub)
,(make-cons) ,(make-car) ,(make-cdr)
,(make-eval) ,(make-record) ,(make-vau) ,(make-wrap)
,(make-byte-set!)
,(make-type-eq?)
10))