mirror of
https://github.com/janet-lang/janet
synced 2025-10-17 00:37:39 +00:00
Expose more of the module system.
The system path can more easily modified at runtime, and the module/cache and module/loading tables are now exposed. Properly cache native modules as well.
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
|
||||
# Marshal
|
||||
|
||||
(def um-lookup (env-lookup _env))
|
||||
(def um-lookup (env-lookup *env*))
|
||||
(def m-lookup (invert um-lookup))
|
||||
|
||||
(defn testmarsh [x msg]
|
||||
|
Reference in New Issue
Block a user