This is my implementation of a basic compiler based on Yankee42's implementation
I adapt the grammar and visitors to implement new functions.
- Recursive functions are not working properly yet. Currently working on a solution
-
Write a Main function in grammar
-
Stop using ';' in 'if' and 'while'
-
Write tests for multi dimensional vectors.