Implementação do Analisador Léxico e Sintático
bash make lexer code_path= Path to the code
bash make parser code_path= Path to the code
make parser code_path=./test_codes/examplo1.lcc
make parser code_path=./test_codes/examplo2.lcc
make parser code_path=./test_codes/examplo3.lcc
make lexer code_path=./test_codes/examplo1.lcc
make lexer code_path=./test_codes/examplo2.lcc
make lexer code_path=./test_codes/examplo3.lcc