user can now define function!
This commit is contained in:
parent
db78e69267
commit
6a986db046
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue