about summary refs log tree commit diff stats
path: root/src/luac.c
Commit message (Collapse)AuthorAgeFilesLines
* trying to make sense of how bindings are createdKartik K. Agaram2021-10-241-1/+1
| | | | | | 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/+200
https://www.lua.org