An open API service indexing awesome lists of open source software.

https://github.com/marcel0ll/t1-cc2

Trabalho 1 da matéria de Construção de Compiladores 2
https://github.com/marcel0ll/t1-cc2

Last synced: 11 months ago
JSON representation

Trabalho 1 da matéria de Construção de Compiladores 2

Awesome Lists containing this project

README

          

# Trabalho 1 - Compiladores 2

## Integrantes
* 408514 - João Gabriel Esteves
* 407933 - Marcelo Lopes Lotufo
* 408000 - Matheus Antonio Ribeiro Silva
* 386227 - Régis Zangirolami

## Dependências
Um terminal que consiga rodar make

## Compilando
```bash
$ make build
```

## Testando
```bash
$ make teste
```