A simple Interpreter for the first practical assignment of the compiler course 2018.
The code is similar to C but without strong typing and executed behind with python.
- make install -> install all dependencies for the project
- make if run -> to run the test file for the conditions
- make fun run -> to run the test file for the functions
- make testall run -> to run the test file for everything