added list of features

This commit is contained in:
Mylloon 2022-12-09 13:36:46 +01:00
parent 9a277eb1e3
commit 2ff390b480
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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