summaryrefslogtreecommitdiff
path: root/tests/manual-tests/debug-cli.js
Commit message (Collapse)AuthorAge
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
| | | | String manipulation functions now get exposed on 'fengari' object itself at top level
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* tests/manual-tests/debug-cli.js: make executable, set WEB global, return 0 ↵daurnimator2017-05-20
| | | | values
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Basic interactive lua cliBenoit Giannangeli2017-04-11