todo: alloc

This commit is contained in:
Mylloon 2022-12-14 00:31:50 +01:00
parent 87356531ff
commit a08024d982
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -33,10 +33,8 @@ $ make test
- [x] Conditions
- [x] Boucles
- [x] Fonctions utilisateurs récursives (arguments et valeur de retour typé)
<!-- - [ ] Allocation mémoire (`malloc`) -->
<!-- - [ ] Pointeurs -->
<!-- - [ ] Listes + fonctions écrites dans notre language pour gérer ses listes -->
<!-- - [ ] Structures -->
- [ ] Allocation mémoire (`malloc`)
- [ ] Pointeurs
### Améliorations