about summary refs log tree commit diff stats
path: root/src/lua.h
Commit message (Collapse)AuthorAgeFilesLines
* reorg: pull Teliva-specific stuff out of lua.cKartik K. Agaram2021-12-251-0/+3
| | | | It should now be easier to diff against the Lua 5.1 sources upstream.
* trying to make sense of how bindings are createdKartik K. Agaram2021-10-241-2/+0
| | | | | | lua_State contains these StkId fields (stack, stack_last, base, top) that expand to a pointer of a struct containing a Lua value and an int. Unclear how it's used, or how you build a stack out of it.
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+388
https://www.lua.org