aboutsummaryrefslogtreecommitdiff
path: root/tests/ldebug.js
Commit message (Collapse)AuthorAge
* Start moving test suite from tape => jestdaurnimator2018-04-14
|
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
| | | | String manipulation functions now get exposed on 'fengari' object itself at top level
* tests/: Fix linter complaintsdaurnimator2017-12-10
|
* Separate ZIO and MBuffer data structuresdaurnimator2017-05-15
| | | | - lua_load no longer takes a null reader function
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* src/ldebug.js: Fix incorrect error messagesdaurnimator2017-05-05
| | | | | Previously could get odd things, e.g. `1-nil` would throw: > attempt to perform arithmetic on a number value
* Remove unused variablesdaurnimator2017-04-26
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export ldo.js functions from lua.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Removed useless luac -l from testsBenoit Giannangeli2017-04-24
|
* 8-bit string internally testsBenoit Giannangeli2017-03-30
| | | | Lexing/Parsing is done on byte rather than js strings
* dofileBenoit Giannangeli2017-03-23
|
* Loading tests (binary/text)Benoit Giannangeli2017-03-01
|
* lua_load will load both binary and textBenoit Giannangeli2017-03-01
|
* luaG_concaterror, luaG_opinterror, luaG_tointerrorBenoit Giannangeli2017-02-21
|
* luaG_typeerrorBenoit Giannangeli2017-02-21
|
* luaG_ functionsBenoit Giannangeli2017-02-21