mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 12:46:53 +08:00
![]() - 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 |
||
---|---|---|
.. | ||
imports | ||
basics.pk | ||
builtin_fn.pk | ||
class.pk | ||
closure.pk | ||
controlflow.pk | ||
core.pk | ||
fibers.pk | ||
functions.pk | ||
import.pk | ||
tco.pk |