about summary refs log tree commit diff stats
path: root/src/lua.h
Commit message (Collapse)AuthorAgeFilesLines
* 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