University of Toronto - Fall 2002 Department of Computer Science

CSC 324: Principles of Programming Languages


Problem Set 3 Clarifications

As usual, most questions will be answered on the newsgroup, but important clarifications, and any corrections to the specifications, will be posted here.

November 7: Question 3: Contrary to what the handout says, you don't need to show procedure declarations on the stack. You should simply follow the notation I used in class.

November 6: Question 1: For all parameter passing modes, assignment statements are evaluated from left to right, i.e., if you see: LHS = RHS, you evaluate the address of LHS first, and then calculate the value of RHS.