pocketlang/cli
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
..
modules import statements are refactored. 2022-05-06 11:16:48 +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
main.c native interface refactored 2022-05-05 12:54:15 +05:30