Skip to main content

Module functions

Module functions 

Source
Expand description

High-level Lua environment setup and execution functions. High-level Lua environment setup and execution functions.

This module provides the setup_lua_environment function, which is responsible for initializing the Lua state with all the necessary globals, tables, and utility functions required by Zoi package scripts.

Functionsยง

setup_lua_environment
Bootstraps the Lua environment for executing a package definition.