kaboom icon indicating copy to clipboard operation
kaboom copied to clipboard

Allow for Oak Interop support (Stringify String typed args in methods)

Open SpcFORK opened this issue 11 months ago • 0 comments

I have added helpers for using a compiled language, Oak (Oaklang.org), into the code.

image

These allow for Oak String payloads ({__mark_oak_string: true, assign: ƒ, push: ƒ, toString: ƒ, valueOf: ƒ, …}) to be handled into strings.

In case that another compiled language that needs to convert a payload of some sort into a string, this function can be refactored to handle the other cases around the main kaboom.ts file.

SpcFORK avatar Feb 29 '24 16:02 SpcFORK