about summary refs log tree commit diff stats
path: root/src/luac.c
Commit message (Collapse)AuthorAgeFilesLines
* jettison luacKartik K. Agaram2021-11-251-200/+0
| | | | | | | | | I'm starting to see some heap buffer overruns, which means we have too much C code. I noticed this because editing life.tlv no longer works after commit 5a63a5ca4. However, the offending heap overrun has been around long before that. It's just been a silent bug until now.
* 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