Update README, new tests

This commit is contained in:
2025-12-11 14:24:11 +11:00
parent 4c6aa97fd5
commit 633e438712
4 changed files with 47 additions and 6 deletions

View File

@@ -76,12 +76,12 @@ build
- [x] Maths
- [x] Comparisions
- [ ] Type conversions
- [ ] Functions
- [x] Functions
- [x] Define functions
- [x] Call functions
- [ ] Return values (type checked)
- [ ] Arguments for functions
- [ ] Jumping within functions
- [x] Return values (type checked)
- [x] Arguments for functions
- [x] Jumping within functions
- [ ] Custom data structures
- [ ] Working with external libraries