ASSIGNMENT: Abstract syntax

Odprto: sreda, 9. marec 2022, 07.00
Rok za oddajo: torek, 15. marec 2022, 09.00

Using the template for the 3rd assignment, you should implement the construction of the abstract syntax tree. The construction should be performed by transforming a derivation tree constructed during the syntax analysis. Hence, you must augment the parser with the appropriate semantic actions.

You should upload your solution as a zip file named xxxxxxxx-03.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.