| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Move hacks out of luaL_tolstring
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- lua_load no longer takes a null reader function
|
| |
|
| |
|
|
|
|
| |
luaL_optnumber, luaL_prepbuffer, luaL_pushresultsize, luaL_ref
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Now that luaL_error does sprintf-like formatting it shouldn't take user input
- % now needs to be escaped when passed to luaL_error
- Removes several wasteful lua->js->lua string transformations
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It gets set in luaL_buffinit
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Use readline-sync to read from stdin interactively
|
| |
|
| |
|
|
|
|
| |
Lexing/Parsing is done on byte rather than js strings
|
| |
|