Updated todo list

This commit is contained in:
Eduard Urbach 2024-08-05 19:33:23 +02:00
parent 188b85fdce
commit 7c5e0ae3a1
Signed by: eduard
GPG key ID: 49226B848C78F6C8

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