Highlights
- Pro
Stars
5
stars
written in C++
Clear filter
Repository dedicated to projects from my university starting from the third semester.
This project contains a compiler built using BISON and FLEX, which translates code written in a simple imperative language into a virtual machine's instruction set. The virtual machine then execute…