aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 69d7ace2f958a2128294da071e17c2bf00a84aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# UPEM / Compilation / Projet

Compilateur TPC (Très Petit C).


## Compilation

* Compiler le compilateur : `make all`
* Générer le rapport PDF : `make out/rapport.pdf` (requiert `pandoc`)


## Dépendances

* Analyseur lexical : flex
* Analyseur syntaxique : bison


## Licence

Projet distribué sous licence Creative Commons BY-NC-SA 4.0.
Tous droits réservés aux auteurs du projet.