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
272 B
7 lines
272 B
2 years ago
|
|
||
|
Exercise 4.46: The evaluators in
|
||
|
4.1 and 4.2 do not determine what order operands are evaluated in.
|
||
|
We will see that the amb evaluator evaluates them from left to right.
|
||
|
Explain why our parsing program wouldn’t work if the operands were evaluated in
|
||
|
some other order.
|