Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 449 Bytes

About this repo

This is my implementation of a basic compiler based on Yankee42's implementation

I adapt the grammar and visitors to implement new functions.

Know Issues

  • Recursive functions are not working properly yet. Currently working on a solution

Next Steps

  • Write a Main function in grammar

  • Stop using ';' in 'if' and 'while'

  • Write tests for multi dimensional vectors.