Module package

Source
Expand description

Functions related to loading packages and JIT compilation

Functionsยง

add_package ๐Ÿ”’
Adds a package. name is the package name.
call_library_fn ๐Ÿ”’
Calls the main function of a library.
file_to_node
Reads text from a file, parses and preprocesses it, then returns a node.
load_binary_library ๐Ÿ”’
Loads a binary library. name is the path of the library.
load_package
Loads a package to the runtime.