Project for Linguaggi course 3rd year of bachelor degree in computer science @ UniVr.
The project consist in the implementation of a programming language based on functions and with the possibility of writing ArnoldC programs within it's structure.
Repo material:
- src/antlr files generated by ANTLR
- src/value classes that represents values
- Test IV tests that the project has to pass
- linguaggi.pdf guidelines and rules to implement the project
- antlr4-runtime-4.11.1.jar library to add in the project