ASSIGNMENT: Type checker

Odprto: sreda, 23. marec 2022, 07.00
Rok za oddajo: torek, 29. marec 2022, 09.00

Using the template for the 5th homework, you should implement type checking as part of the semantic analysis.  Additionally, you must write a visitor for identifying lvalues in expressions.

You should upload your solution as a zip file named xxxxxxxx-05.zip where xxxxxxxx stands for you student identification number.  The contents of the uploaded zip file must have exactly the same directory structure as the template.  The uploaded zip file must contain complete source distribution (including the previous phases), but without antlr and generated files.