A compiler created in C using regex. The FULAN compiler developed by André Luiz de Souza Antonieto and Fúlvio Abrahão de Paula was used as a basis for the development of the project.
To run the copiler, you need libboost-regex
https://www.boost.org/doc/libs/1_55_0/more/getting_started/windows.html
sudo apt-get install libboost-regex-dev
Two examples were created, test and fibonnaci, which are inside the exemplos folder. To run them, run in the terminal in the project root folder:
make teste
or
make fibonnaci