This repository contains the project assignment for the Compilers subject (2018/2019 edition) on the Bachelor's Degree in Informatics Engineering course from the University of Coimbra
The objective of the project was to create a compiler that whould compile a subset of GOLang into LLVM IR and then use LLVM to generate the binary.
To compile this project you must have installed flex, yacc/bison and clang3.8
Credits to José Ferreira as contributor on the project and to Raul Barbosa as the teacher of the subject.