pocketlang/cli/modules
Thakee Nathees b5d98ca4c3 adding globals support in native interface
pkSetGlobal function implemented to support adding globals from the
native interface. Also the PKVM slots doesn't need a runtime anymore to
use them (see math.PI global to see how it works).
2022-05-09 22:52:25 +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 native interface refactored 2022-05-05 12:54:15 +05:30
std_dummy.c operator overloading implementation. 2022-04-30 21:35:02 +05:30
std_io.c native interface refactored into slots. 2022-04-24 09:56:27 +05:30
std_math.c adding globals support in native interface 2022-05-09 22:52:25 +05:30
std_path.c import statements are refactored. 2022-05-06 11:16:48 +05:30