From d2264fc689a0cac83ef3ceae6ac846bf243e7ba2 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 20 Feb 2018 23:45:49 +0100 Subject: Update readme --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8afdfe3..69d7ace 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# upem-compil-tpc -Très Petit C +# 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. + -- cgit v1.2.3