C311 Fall 1996 -- Programming Languages

Assignment 4: Procedures and Assignment

Due Friday, October 4, 5:00P

Review the preliminary remarks in the last assignment: they apply here as well. In particular, use Scheme-like syntax and combine the following exercises into a single interpreter. Start with your solution to assignment 3 (or our solution).

  1. EOPL Exercise 5.4.2
  2. EOPL Exercise 5.5.2
  3. EOPL Exercise 5.5.4
It is suggested that you use the new grammar checker, which will be discussed briefly in class.

Test Cases

For a list of test cases, take a look at this sample scheme interaction output.

Submission

As before, but refer to "handin 4".


Chris Haynes / chaynes@indiana.edu