Files
tyche/lua-temp/TODO.md
Andre Wagner 516ee9f406 .
2026-05-05 21:11:41 -05:00

29 lines
569 B
Markdown

Progress of the Lua port:
- [x] Assembler
- [x] Basic VM execution
- [x] Logic/arithmetic expressions
- [ ] Functions
- [ ] Local variables
- [ ] Calling functions
- [ ] Globals
- [ ] Recursion
- [ ] Stack traces in case of errors
- [ ] Control flow
- [ ] Lablels in Assembly
- [ ] Strings
- [ ] From constants
- [ ] Garbage collection
- [ ] Arrays
- [ ] Garbage collection
- [ ] Tables
- [ ] Garbage collection
- [ ] Metatables
- [ ] Real
- [ ] Error handling
- [ ] Closures/upvalues
- [ ] Assembler generate bytecode
- [ ] VM interepret it