This is a simple compiler for a simple programming languange called minor. It was done for a college project in the Compilers course teached by @pedroreissantos
You can check the minor's reference manual here in portuguese.
- gcc
- byacc
- pburg (https://github.com/pedroreissantos/pburg)
- flex
- nasm
- binutils
In the root directory
make