From 67a37cdb26f86306fa623723ce65d2a46286cd1a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 5 Aug 2024 19:33:23 +0200 Subject: [PATCH] Updated todo list --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e5e22c..1eafca8 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,11 @@ This is what generates expressions from tokens. - [x] Hexadecimal, octal and binary literals - [x] Escape sequences - [x] Multiple return values -- [ ] Data structures - [ ] Type system -- [ ] Type operator: `|` (`User | Error`) +- [ ] Type operator `?` +- [ ] Data structures +- [ ] Slices +- [ ] Floating-point arithmetic - [ ] Error handling - [ ] Threading library - [ ] Self-hosted compiler