pocketlang/cli/modules
Thakee Nathees 2713aaba35 operator overloading implementation.
at this point only binary operators are implemented, unary are yet
to do.

getters and setters for native classes implemented with the names
@getter, and @setter (however the names or arity aren't validated
at the moment TODO:)
2022-04-30 21:35:02 +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 operator overloading implementation. 2022-04-30 21:35:02 +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 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