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
- Host: GitHub
- URL: https://github.com/marcel0ll/t1-cc2
- Owner: marcel0ll
- Created: 2016-10-17T17:39:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T04:05:08.000Z (over 9 years ago)
- Last Synced: 2025-06-18T03:44:54.417Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 3.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```