5.4 The Explicit-Control Evaluator
5.4.4 Running the Evaluator
Exercises:
- 5.26 . Exploration of the tail-recursive property of the evaluator
- 5.27 . The maximum depth of the stack and the total number of pushes used in evaluating n!
- 5.28 . The evaluator without tail-recursion
- 5.29 . The stack operations in the tree-recursive Fibonacci computation
- 5.30 . Error handling system