CSCI 330 Lab 5: symbol tables and context-sensitive checking

For lab5, we'll expand our lab4 solutions to include elements of context sensitive checking using a symbol table of our own design.

The lab can be obtained and submitted through our usual git approach (repo name 'lab5' this time), and the starting repo contains a the files for a sample solution to lab4. You're welcome to replace these with your own lab4 solution code or to modify them as you see fit..

Overview