Lua 5.4 C API functions mapped to Moonquakes implementation.

In Moonquakes, Lua C API functions are redefined with the mq_ prefix to reflect that they are Moonquakes-specific implementations, not a binary-compatible Lua C API.

State Manipulation

Stack Manipulation

Access Functions (Stack → C)