ASSIGNMENT: Abstract syntax
Zahteve zaključka
Odprto: sreda, 6. marec 2024, 07.00
Rok za oddajo: sreda, 13. marec 2024, 07.00
Using the template for the 3rd assignment, you should write the code for construction of the abstract syntax trees.
(Furthermore, replace production 'type -> [ intconst ] identifier' with 'type -> [ intconst ] type'.)
You
should upload your solution as a zip file named xxxxxxxx-abstr.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.