about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
* metatables seem to be a separate namespace from globalsKartik K. Agaram2021-11-051-3/+3
* starting on curses libraryKartik K. Agaram2021-11-051-1/+0
* https://www.lua.org/pil/28.3.htmlKartik K. Agaram2021-11-051-2/+13
* https://www.lua.org/pil/28.2.htmlKartik K. Agaram2021-11-051-7/+16
* confirmed that this is the sameKartik K. Agaram2021-11-051-2/+2
* going through chapter 28 of https://www.lua.org/pilKartik K. Agaram2021-11-051-3/+71
* I don't yet understand the stackKartik K. Agaram2021-10-241-0/+3
* trying to make sense of how bindings are createdKartik K. Agaram2021-10-241-1/+1
* drop support for '-' filenameKartik K. Agaram2021-10-221-10/+3
* ncurses I/O in lua.cKartik K. Agaram2021-10-221-10/+15
* kill lua_readline abstractionKartik K. Agaram2021-10-221-1/+3
* purge notion of commandline historyKartik K. Agaram2021-10-221-2/+0
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+392