Add more features

This commit is contained in:
2025-11-24 13:19:37 +11:00
parent fa44e3ee60
commit 99e93bdfb8
2 changed files with 209 additions and 6 deletions

View File

@@ -23,17 +23,17 @@ Progress marker:
- [x] References
- [ ] Interpreter
- [x] Labels
- [ ] Console I/O
- [x] Console I/O
- [x] Control flow
- [ ] Data
- [ ] Variable creation
- [ ] Variable access
- [x] Variable creation
- [x] Variable access
- [ ] Lists
- [ ] Creation
- [ ] Access
- [ ] String operations
- [ ] Maths
- [ ] Comparisions
- [x] Maths
- [x] Comparisions
- [ ] Type conversions
- [ ] Functions
- [ ] Custom data structures