Byte array #1

Merged
andre merged 7 commits from bytecode into master 2026-04-27 09:42:03 -05:00
Showing only changes of commit 417747f5ee - Show all commits

12
TODO.md Normal file
View File

@@ -0,0 +1,12 @@
## Chunk
- [ ] Byte array
- Auto-expand
- Add/retrive byte/int/float/string
- Should not be larger than the byte array itself
- [ ] Chunk
- Add/retrive all types of data
- Keeps no memory except for caching
- [ ] Chunk loader
- Combine multiple chunks
- Resolve function ids, constant ids, etc