Homework 6
CS536-S24 Intro to PLs and Compilers


Recall that some languages allow nested functions and allow a nested function to access the variables that are declared in enclosing functions. Recall also that there are two approaches to implementing run-time access to non-local variables in that case: using access links or using a display.

Below is a link to a file that contains a partially filled-in table. Complete the table so that each row of the table shows three consistent pictures (one in each column).

The first row has been completed as an example.

Link to pdf file


Last Updated: 4/9/2024     © 2024 CS 536