This commit is contained in:
Andre Wagner
2026-05-06 12:00:53 -05:00
parent 7ecffcfdda
commit 8f851a330e
3 changed files with 8 additions and 8 deletions

View File

@@ -5,9 +5,9 @@ Progress of the Lua port:
- [x] Logic/arithmetic expressions
- [x] Variables
- [x] Local variables
- [ ] Functions
- [ ] Calling functions
- [ ] Calling functions with parameters
- [x] Functions
- [x] Calling functions
- [x] Calling functions with parameters
- [ ] Control flow
- [ ] Lablels in Assembly
- [ ] Recursion