pocketlang/cli
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
..
modules operator overloading implementation. 2022-04-30 21:35:02 +05:30
thirdparty/argparse names buffer merged with constant pool (#202) 2022-04-17 06:47:27 +05:30
all.c operator overloading implementation. 2022-04-30 21:35:02 +05:30
internal.h error pretty print (print lines) implemented 2022-04-22 17:51:17 +05:30
main.c native interface refactored into slots. 2022-04-24 09:56:27 +05:30
native.py dlfcn removed and minor code cleanups 2022-04-20 13:08:14 +05:30
repl.c runFunction() abstraction to hide fiber creation 2022-04-27 08:46:00 +05:30
utils.c copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30
utils.h copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30