Implemented multiple return values

This commit is contained in:
Eduard Urbach 2024-08-05 12:39:07 +02:00
parent b124915119
commit 14e2aa0588
Signed by: eduard
GPG key ID: 49226B848C78F6C8
15 changed files with 113 additions and 35 deletions

View file

@ -115,11 +115,11 @@ This is what generates expressions from tokens.
- [x] Loops
- [x] Hexadecimal, octal and binary literals
- [x] Escape sequences
- [x] Multiple return values
- [ ] Data structures
- [ ] Type system
- [ ] Type operator: `|` (`User | Error`)
- [ ] Error handling
- [ ] Multiple return values
- [ ] Threading library
- [ ] Self-hosted compiler