Updated todo list

This commit is contained in:
Eduard Urbach 2024-08-05 19:33:23 +02:00
parent 83661c5e7a
commit 67a37cdb26
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -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