Add README

This commit is contained in:
2016-04-19 12:09:02 +02:00
parent 4841633f92
commit bc9b105d04

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# compilateur-l
compilateur-l est un compilateur pour le language l
## Install and Lauch
### Download & Compile
```
git clone https://github.com/Xawirses/compilateur-l.git
make
```
### Configure & Launch
compilateur-l usage :
```
Usage:
compilateur-l [flags] file
Flags:
-l : lexical
-s : syntaxyque
-a : abstrait
-t : table (dictionnaire)
-m : mips
No flag execute -m flags
```
Developped by Michael GILETA & Sylvain DE BARROS