luna-core 2.15.0

Pure-Rust Lua runtime (interpreter only, zero third-party dependencies). The JIT-equipped variant lives in the `luna-jit` crate.
Documentation
1
2
-- v2.15 P2.5 (5.1): getfenv returns global env by default.
print(getfenv() == _G)