pocketlang/tests/lang
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
..
import fn, cls moved to constants buffer 2022-04-11 00:02:21 +05:30
basics.pk operator overloading implementation. 2022-04-30 21:35:02 +05:30
builtin_fn.pk string interpolation implemented (1/2) 2022-04-05 08:27:46 +05:30
class.pk operator overloading implementation. 2022-04-30 21:35:02 +05:30
closure.pk function and else if keywords are changed. 2022-04-17 07:33:40 +05:30
controlflow.pk function and else if keywords are changed. 2022-04-17 07:33:40 +05:30
core.pk math module moved to cli/modules 2022-04-22 07:04:09 +05:30
fibers.pk self initialization and constructor calls implemented 2022-04-21 15:17:32 +05:30
functions.pk function and else if keywords are changed. 2022-04-17 07:33:40 +05:30
import.pk classes were removed temproarly 2022-04-20 13:54:45 +05:30
tco.pk docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30