aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpacien2018-02-20 23:45:49 +0100
committerpacien2018-02-20 23:45:49 +0100
commitd2264fc689a0cac83ef3ceae6ac846bf243e7ba2 (patch)
treed690fa15bd843e4553bafe1e17d551b3963fb610 /README.md
parent66f66d2363e41274589ccad098269e379e348632 (diff)
downloadtpc-compiler-d2264fc689a0cac83ef3ceae6ac846bf243e7ba2.tar.gz
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8afdfe3..69d7ace 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
1# upem-compil-tpc 1# UPEM / Compilation / Projet
2Très Petit C 2
3Compilateur 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
20Projet distribué sous licence Creative Commons BY-NC-SA 4.0.
21Tous droits réservés aux auteurs du projet.
22