pocketlang/cli/modules
Thakee Nathees bb588e9470 native interface refactored into slots.
pkVar is removed and slots (like wren) are implemented for accessing or passing pocketlang values to C and vice versa. Yet all the slot related functions are callable at runtime (a fiber is associated with the VM) which needs to be refactored to allocate slots even if it's not runtime, to let users make use of the pocketlang values before or without running a function.
2022-04-24 09:56:27 +05:30
..
thirdparty dlfcn removed and minor code cleanups 2022-04-20 13:08:14 +05:30
common.h modules were moved to cli/modules 2022-04-15 19:30:26 +05:30
modules.h math module moved to cli/modules 2022-04-22 07:04:09 +05:30
std_io.c native interface refactored into slots. 2022-04-24 09:56:27 +05:30
std_math.c native interface refactored into slots. 2022-04-24 09:56:27 +05:30
std_path.c native interface refactored into slots. 2022-04-24 09:56:27 +05:30