Remember: You are encouraged to turn in individual problems as soon as possible, rather than turning in the whole assignment on the due date. Please mark each problem with the exercise number from the book, or the exercise number indicated below, for the problem that is not from the book.
123
.
else
branch is
optional, but if it appears only the last branch can be an
else
branch, which has one or more expressions after the
else
.
((if (< 5 0) (lambda (n) (- 0 n)) (lambda (n) n)) -666)Next, illustrate the evaluation process for that AST by drawing the kind of diagram shown in Figure 10.5 on page 298.