Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorg: pull Teliva-specific stuff out of lua.c | Kartik K. Agaram | 2021-12-25 | 1 | -0/+3 |
| | | | | It should now be easier to diff against the Lua 5.1 sources upstream. | ||||
* | trying to make sense of how bindings are created | Kartik K. Agaram | 2021-10-24 | 1 | -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.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+388 |
https://www.lua.org |