Implemented numbers with different bases

This commit is contained in:
Eduard Urbach 2024-07-29 00:30:26 +02:00
parent 0e999cae92
commit 6d77a8a120
Signed by: eduard
GPG key ID: 49226B848C78F6C8
11 changed files with 165 additions and 12 deletions

View file

@ -112,10 +112,10 @@ This is what generates expressions from tokens.
- [x] Variable lifetimes
- [x] Branches
- [x] Loops
- [x] Hexadecimal, octal and binary literals
- [ ] Data structures
- [ ] Type system
- [ ] Type operator: `|` (`User | Error`)
- [ ] Hexadecimal, octal and binary literals
- [ ] Error handling
- [ ] Multiple return values
- [ ] Threading library