This commit is contained in:
2026-04-29 09:45:55 -05:00
parent d8130272a0
commit 766032e839
7 changed files with 86 additions and 60 deletions

View File

@@ -8,7 +8,11 @@
- Add/retrive all types of data
- Keeps no memory except for caching
- [x] Refactor bytecode code
- [ ] Output bytecode format
Improvements:
- [ ] Fixed int type (based on opcode)
- [ ] Constant type (only floats and strings for now)
- [ ] Debug output bytecode format
After some additional development:
- [ ] Bytecode debugging info