
Mini compiler
antlr4, MVaP
I had a class about compilation during my third year of Bachelor explaining how our code are compiled and the base of a compiler. This brought us to this project where we had to program a mini compiler in antl4 and MVaP languages. It is called mini compiler because we just to implement some basic calculation rules such as addition, subtraction, multiplication, division, mathematical logic rules... Our compiler must be able compile and execute any correct expression given to it and reject incorrect expressions.
We had to learn two new languages (antlr4 and MVaP) for this project thus making is difficult at the beginning of the project. We made a lot of mistakes, corrected them, code again, that is how our beginnings looked like. But after some time and after getting used to the languages, the project continued smoothly even though we still had difficulties with the hardest elements to implement.
This project was quite stressful, we had little time to complete it while we has to use two unknown language beforehand. So we had to work under pressure constantly, sometimes I was frustrated when there was bugs I could not correct quickly. With this project, I learned to work under pressure, stay calm no matter what the situation is and learned two programming language, one of which I used again later in the year.
Post a comment