sandbox.c
Top-level header with configuration macros.
KrkObj * _reprer
__repr__ Called to create a reproducible string representation of an instance
Definition: object.h:229
Stack reference or primative value.
Utilities for creating native bindings.
Core API for the bytecode virtual machine.
KrkValue krk_interpret(const char *src, const char *fromFile)
Compile and execute a source code input.
Definition: vm.c:3219
KrkInstance * krk_startModule(const char *name)
Set up a new module object in the current thread.
Definition: vm.c:3209
KrkValue krk_callDirect(KrkObj *callable, int argCount)
Call a closure or native function with argCount arguments.
Definition: vm.c:740