pocketlang/cli/modules
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
..
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 native interface refactored into slots. 2022-04-24 09:56:27 +05:30
std_path.c import statements are refactored. 2022-05-06 11:16:48 +05:30