pocketlang/cli
Thakee Nathees 87fe3b01d6 runFunction() abstraction to hide fiber creation
the function will create a fiber and execute the function, this is
a better abstracion for the host applicaion (createFiber, runFiber
are removed) and this will come in handy when it comes to execute
pocket functions inside a native function (it's required to
implement operator overloading).
2022-04-27 08:46:00 +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 runFunction() abstraction to hide fiber creation 2022-04-27 08:46:00 +05:30
utils.c
utils.h