Age | Commit message (Collapse) | Author |
|
|
|
keys.
|
|
|
|
Relates to #127
Should be fixed in a next major release by adding support of TCDATA type.
|
|
|
|
Rewrite "unpack" function using C api rather than high level abstraction.
|
|
|
|
|
|
Fixes #121
|
|
|
|
|
|
|
|
Fixes #112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as functions
|
|
|
|
|
|
for 5.4
This utilizes Lua 5.4 warnings system (https://www.lua.org/manual/5.4/manual.html#pdf-warn)
|
|
|
|
|
|
functions.
It works on Lua 5.4 and LuaJIT (vendored) with `lua_resetthread` function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This functionality is provided by `lua_getstack`.
|
|
with `n` up to 65535 for all Lua versions.
|
|
fmt::Display implementation.
This fixes #71.
|
|
|
|
|
|
|
|
implementation for Table.
Fixes #98.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|