WIP: Native Function Calling and Binding for Kym
Implement Bytecode Executor for Kym
Make Compiled Kym Chunk Objects Callable
4ff733ca72
Merge pull request 'Implement Bytecode Executor for Kym' (#19) from kym-bytecode-executor into main
dc674ae2c3
Add local variables to Kym
48f7f97893
Fix default string hashing mechanism
7b266fde58
Fix tests failing to trigger in CI
2218bc5c77
Add foundations of stack trace printing
dc674ae2c3
Add local variables to Kym
48f7f97893
Fix default string hashing mechanism
7b266fde58
Fix tests failing to trigger in CI
2218bc5c77
Add foundations of stack trace printing
8d361634d7
Tidy up Kym API
ed585278ff
Tidy up allocator type erasing bind function
WIP: Implement Bytecode Executor for Kym