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.
7 lines
296 B
7 lines
296 B
2 years ago
|
|
||
|
Exercise 4.34: Modify the driver loop for the
|
||
|
evaluator so that lazy pairs and lists will print in some reasonable way.
|
||
|
(What are you going to do about infinite lists?) You may also need to modify
|
||
|
the representation of lazy pairs so that the evaluator can identify them in
|
||
|
order to print them.
|