diff options
author | pacien | 2018-02-20 23:45:49 +0100 |
---|---|---|
committer | pacien | 2018-02-20 23:45:49 +0100 |
commit | d2264fc689a0cac83ef3ceae6ac846bf243e7ba2 (patch) | |
tree | d690fa15bd843e4553bafe1e17d551b3963fb610 | |
parent | 66f66d2363e41274589ccad098269e379e348632 (diff) | |
download | tpc-compiler-d2264fc689a0cac83ef3ceae6ac846bf243e7ba2.tar.gz |
Update readme
-rw-r--r-- | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,2 +1,22 @@ | |||
1 | # upem-compil-tpc | 1 | # UPEM / Compilation / Projet |
2 | Très Petit C | 2 | |
3 | Compilateur TPC (Très Petit C). | ||
4 | |||
5 | |||
6 | ## Compilation | ||
7 | |||
8 | * Compiler le compilateur : `make all` | ||
9 | * Générer le rapport PDF : `make out/rapport.pdf` (requiert `pandoc`) | ||
10 | |||
11 | |||
12 | ## Dépendances | ||
13 | |||
14 | * Analyseur lexical : flex | ||
15 | * Analyseur syntaxique : bison | ||
16 | |||
17 | |||
18 | ## Licence | ||
19 | |||
20 | Projet distribué sous licence Creative Commons BY-NC-SA 4.0. | ||
21 | Tous droits réservés aux auteurs du projet. | ||
22 | |||