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.