You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Exercise 5.23: Extend the evaluator to handle
|
|
derived expressions such as cond, let, and so on
|
|
(4.1.2). You may “cheat” and assume that the syntax transformers such
|
|
as cond->if are available as machine operations.313
|
|
|