pocketlang/tests/lang
Thakee Nathees 168f365cde import statements are refactored.
- all import statement (native or script file) have the same syntax
- allow relative (including parent directory) imports
- cyclic imports are handled by caching the scripts
- `import foo` can potentially import `<searchpath>/foo/_init.pk`
- * import are not supported anymore
2022-05-06 11:16:48 +05:30
..
imports import statements are refactored. 2022-05-06 11:16:48 +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 super class method call implemented 2022-05-01 20:24:07 +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 import statements are refactored. 2022-05-06 11:16:48 +05:30
tco.pk docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30