bytecode2 #2

Merged
andre merged 20 commits from bytecode2 into master 2026-04-28 19:50:48 -05:00
Showing only changes of commit c344b86509 - Show all commits

19
TODO.md
View File

@@ -4,11 +4,26 @@
- Auto-expand
- Add/retrive byte/int/float/string
- Should not be larger than the byte array itself
- [ ] Bytecode
- [x] Bytecode
- Add/retrive all types of data
- Keeps no memory except for caching
- [ ] Refactor bytecode code
- [x] Refactor bytecode code
After some additional development:
- [ ] Bytecode debugging info
## VM
- [ ] VM
- [ ] Code
- [ ] Simple bytecode loader
- [ ] Output bytecode format
- [ ] Value object
- [ ] Stack object
- [ ] Function context
After some additional development:
- [ ] Bytecode loader
- Combine multiple chunks
- Resolve function ids, constant ids, etc