From 8f94d4673bf7132cc2b015c4ad61712cd1689d85 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 10 Dec 2022 17:00:58 +0100 Subject: [PATCH] hide hard stuff so i keep my spirits up --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa7aed8..9c5f71c 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ $ make test - [x] Type `bool` - [ ] Type `string` - [x] Déclaration / assignation de variables -- [x] Librairie standard (multiplication, addition, comparateur, ...) +- [x] Librairie standard (multiplication, addition, comparateur, print, ...) - [ ] Conditions - [ ] Boucles - [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 + + + ### Améliorations