pocketlang/cli
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
..
modules native interface refactored into slots. 2022-04-24 09:56:27 +05:30
thirdparty/argparse
all.c
internal.h
main.c native interface refactored into slots. 2022-04-24 09:56:27 +05:30
native.py
repl.c
utils.c
utils.h