mrdocs::lua
Lua interop helpers for the optional scripting/backend integration.
Description
This namespace contains glue for pushing/popping values, registering functions, and safely executing snippets so embedders can enable Lua without duplicating binding code.
Types
Name |
Description |
Internal tag granting access to lua internals. |
|
A reference to an instance of a Lua interpreter. |
|
A Lua function. |
|
A lazy container to push values to the Lua stack. |
|
Stack scope guard for Lua calls. |
|
A Lua string. |
|
A Lua table. |
|
A Lua value. |
|
A null‐terminated string. |
Functions
Name |
Description |
Expose a registry‐anchored Lua function as a dom::Function. |
|
Register a Lua helper function |
Created with MrDocs