Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Remove lua.thread_status | daurnimator | 2017-04-26 |
| | |||
* | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
| | |||
* | lua-cli: Pass null to luaL_loadfile for stdin | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Add command line options | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Factor out into same functions as lua.c | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Create 'arg' table | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Run LUA_INIT if set | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Add support for configurable prompts | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Introduce support for multiline | daurnimator | 2017-04-19 |
| | |||
* | lua-cli: Fix missing settop() | daurnimator | 2017-04-13 |
| | |||
* | Print returned values from cli | daurnimator | 2017-04-12 |
| | |||
* | Try CLI input with 'return' prepended | daurnimator | 2017-04-12 |
| | |||
* | Basic interactive lua cli | Benoit Giannangeli | 2017-04-11 |