Skip to main content

Module stdlib

Module stdlib 

Source
Expand description

Built-in standard library modules.

These modules are automatically registered in every Engine instance and provide namespaced access to common functions and constants. The same functions remain available as top-level builtins for backwards compatibility.

Functionsยง

io_module
Build the io stdlib module.
json_module
Build the json stdlib module.
math_module
Build the math stdlib module.
register_stdlib
Register all stdlib modules in the given environment.
string_module
Build the str stdlib module.