Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Workaround linit/lualib cyclic reference | daurnimator | 2018-01-23 |
| | |||
* | src/lualib.js: Use destructuring requires | daurnimator | 2018-01-22 |
| | |||
* | src/: Start using lua_assert() instead of plain assert() | daurnimator | 2018-01-18 |
| | |||
* | Use `typeof process === "undefined"` instead of WEB global | daurnimator | 2017-12-10 |
| | | | | This removes requirement to set global.WEB before requiring in node | ||
* | Move jshint config to package.json | daurnimator | 2017-08-18 |
| | |||
* | src/lualib.js: Export luaopen symbols with correct name | daurnimator | 2017-05-11 |
| | |||
* | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
| | |||
* | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |
| | |||
* | loadlib.js | Benoit Giannangeli | 2017-05-03 |
| | |||
* | Add (empty) io library | daurnimator | 2017-04-26 |
| | |||
* | os.time | Benoit Giannangeli | 2017-04-18 |
| | |||
* | debug.debug | Benoit Giannangeli | 2017-04-11 |
| | | | | Use readline-sync to read from stdin interactively | ||
* | lualib: export various libraries | daurnimator | 2017-03-23 |
| | |||
* | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
| | |||
* | coroutines | Benoit Giannangeli | 2017-02-23 |
| | |||
* | Implementing minimal path from main to luaV_execute of user script | Benoit Giannangeli | 2017-02-15 |