This commit is contained in:
Andre Wagner
2026-05-08 14:02:06 -05:00
parent 9ff38cd4c0
commit 2634ddd1ca
2 changed files with 3 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ Progress of the Lua port:
- [x] Functions
- [x] Calling functions
- [x] Calling functions with parameters
- [ ] Control flow
- [ ] Labels in Assembly
- [ ] Recursion
- [x] Control flow
- [x] Labels in Assembly
- [x] Recursion
- [ ] Strings
- [ ] From constants
- [ ] Garbage collection