user can now define function!

This commit is contained in:
Mylloon 2022-12-10 16:51:15 +01:00
parent db78e69267
commit 6a986db046
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -32,7 +32,7 @@ $ make test
- [x] Librairie standard (multiplication, addition, comparateur, ...)
- [ ] Conditions
- [ ] Boucles
- [ ] Fonctions utilisateurs (arguments et valeur de retour typé)
- [x] Fonctions utilisateurs (arguments et valeur de retour typé)
- [ ] Allocation mémoire (`malloc`)
- [ ] Pointeurs
- [ ] Listes + fonctions écrites dans notre language pour gérer ses listes