This commit is contained in:
Andre Wagner
2026-05-06 10:49:45 -05:00
parent 2725dc8d33
commit 0fae9a0b37
3 changed files with 50 additions and 3 deletions

View File

@@ -3,10 +3,11 @@ Progress of the Lua port:
- [x] Assembler
- [x] Basic VM execution
- [x] Logic/arithmetic expressions
- [ ] Functions
- [ ] Variables
- [ ] Local variables
- [ ] Functions
- [ ] Calling functions
- [ ] Globals
- [ ] Calling functions with parameters
- [ ] Control flow
- [ ] Lablels in Assembly
- [ ] Recursion
@@ -19,6 +20,7 @@ Progress of the Lua port:
- [ ] Garbage collection
- [ ] Metatables
- [ ] Real
- [ ] Globals
- [ ] Error handling
- [ ] Stack traces in case of errors
- [ ] Closures/upvalues