Project for the Compilers II class, in which I created a small compiler for a reduced version of the Go language.
- Flex. Responsible for lexical analysis.
- Bison. Responsible for syntactic and semantic analysis.
- C++. Used in conjunction with the above tools.
make
./tinyGo test.txt