added list of features
This commit is contained in:
parent
9a277eb1e3
commit
2ff390b480
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -22,3 +22,15 @@ $ ./main.byte {fichier source} > sortie.s
|
||||||
```
|
```
|
||||||
$ make test
|
$ make test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Fonctionalités
|
||||||
|
|
||||||
|
- [x] Type `int`
|
||||||
|
- [x] Type `bool`
|
||||||
|
- [ ] Type `string`
|
||||||
|
- [x] Déclaration / Assignation de variables
|
||||||
|
- [ ] Quelques fonction de base (multiplication, addition, comparateur, ...)
|
||||||
|
- [ ] Conditions
|
||||||
|
- [ ] Boucles
|
||||||
|
- [ ] Fonctions
|
||||||
|
- [ ] Pointeurs
|
||||||
|
|
Reference in a new issue