Lab 4: Local Names

Project
September 29, 2021

In this lab, follow Lecture 5 and the homework assignments for Week 4 to extend the type checking predicates with name resolution.

Continue your study of Section 4 of the ChocoPy Reference Manual with the type rules of the language.

Start with the definition of local variable declarations and variable references in this first lab. Next add formal parameters of functions.

Define test cases to validate your definition. Make sure to test for shadowing of variables. Did you implement the correct visibility policy in your resolution queries?