Implemented bucket memory structure for custom allocators

This commit is contained in:
2024-09-07 19:42:50 +10:00
parent 023cf9c8b5
commit 81417e7f32
13 changed files with 275 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ Notes:
unlike version 1, identifiers are not a valid datatype - they're just an index representing a symbol, like "standard::clock"
placeholder opcodes - EOF, PASS, ERROR,
meta opcodes - EOF, PASS, ERROR,
a "value" can be of any valid datatype, and may point to various parts of memory to define it's value