kayomn created pull request kayomn/ona#21 2023-07-14 21:08:31 +02:00
WIP: Native Function Calling and Binding for Kym
kayomn created branch kym-native-function in kayomn/ona 2023-07-14 21:07:19 +02:00
kayomn pushed to kym-native-function at kayomn/ona 2023-07-14 21:07:19 +02:00
kayomn pushed to main at kayomn/ona 2023-07-14 21:00:17 +02:00
440d63447f Hotfix parser and runtime bugs
kayomn opened issue kayomn/ona#20 2023-07-12 03:02:19 +02:00
Kym Native Function Interface
kayomn deleted branch kym-bytecode-executor from kayomn/ona 2023-07-12 02:58:05 +02:00
kayomn merged pull request kayomn/ona#19 2023-07-12 02:58:04 +02:00
Implement Bytecode Executor for Kym
kayomn closed issue kayomn/ona#14 2023-07-12 02:58:04 +02:00
Make Compiled Kym Chunk Objects Callable
kayomn pushed to main at kayomn/ona 2023-07-12 02:58:04 +02:00
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
Compare 10 commits »
kayomn pushed to kym-bytecode-executor at kayomn/ona 2023-07-12 02:51:37 +02:00
dc674ae2c3 Add local variables to Kym
48f7f97893 Fix default string hashing mechanism
Compare 2 commits »
kayomn pushed to kym-bytecode-executor at kayomn/ona 2023-07-11 00:44:33 +02:00
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
Compare 4 commits »
kayomn pushed to kym-bytecode-executor at kayomn/ona 2023-07-10 02:11:04 +02:00
c1f174a513 Get rid of extraneous and unused code
kayomn pushed to main at kayomn/lml 2023-07-06 01:54:39 +02:00
c4bd735e59 Fix SerializeTo not quoting scalar values
kayomn created branch main in kayomn/lml 2023-07-06 01:53:12 +02:00
kayomn pushed to main at kayomn/lml 2023-07-06 01:53:12 +02:00
174313fe12 Initial commit
kayomn created repository kayomn/lml 2023-07-06 01:52:45 +02:00
kayomn pushed to kym-bytecode-executor at kayomn/ona 2023-06-23 00:48:00 +02:00
7604594630 Work in progress changes
kayomn created pull request kayomn/ona#19 2023-06-04 16:46:06 +02:00
WIP: Implement Bytecode Executor for Kym
kayomn created branch kym-bytecode-executor in kayomn/ona 2023-06-04 16:45:09 +02:00
kayomn pushed to kym-bytecode-executor at kayomn/ona 2023-06-04 16:45:09 +02:00
bf0ff03b49 Add stubs for chunk executor to be implemented in