Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unused variables | daurnimator | 2017-04-26 |
| | |||
* | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
| | |||
* | npm t runs test suite, removed t.comment | Benoit Giannangeli | 2017-04-26 |
| | |||
* | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
| | |||
* | Removed useless luac -l from tests | Benoit Giannangeli | 2017-04-24 |
| | |||
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
| | | | | Lexing/Parsing is done on byte rather than js strings | ||
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
| | |||
* | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |
| | |||
* | Travis | Benoit Giannangeli | 2017-02-24 |
| | |||
* | Fixed tests to use the new table structure | Benoit Giannangeli | 2017-02-22 |
| | |||
* | Fixed UpVal.setval so that it update v index and v value on the stack | Benoit Giannangeli | 2017-02-17 |
| | |||
* | More accurate state and closure init | Benoit Giannangeli | 2017-02-17 |
| | |||
* | __call | Benoit Giannangeli | 2017-02-15 |
| | |||
* | __concat | Benoit Giannangeli | 2017-02-15 |
| | |||
* | __len | Benoit Giannangeli | 2017-02-15 |
| | |||
* | __unm, __bnot | Benoit Giannangeli | 2017-02-15 |
| | |||
* | __le, __lt, __eq | Benoit Giannangeli | 2017-02-15 |
| | |||
* | Launch scripts with luaD_call | Benoit Giannangeli | 2017-02-14 |
| | | | | | Will adjust L.top correctly. Still isn't what lua's doing since we still miss the first 5 elements. | ||
* | binary op tag methods | Benoit Giannangeli | 2017-02-14 |
| | |||
* | __index/__newindex chain | Benoit Giannangeli | 2017-02-14 |
| | |||
* | __newindex | Benoit Giannangeli | 2017-02-14 |
| | |||
* | Setting metatable manually until setmetatable is available | Benoit Giannangeli | 2017-02-14 |
| | | | | | Using a breakpoint flag on specific opcode to stop the program so we can manipulate the stack manually within the test | ||
* | TM tests | Benoit Giannangeli | 2017-02-14 |
| | |||
* | settable, gettable (handle tm) | Benoit Giannangeli | 2017-02-14 |
| | |||
* | LEN | Benoit Giannangeli | 2017-02-13 |
| | |||
* | TFORCALL, TFORLOOP, luaD_call, tag methods | Benoit Giannangeli | 2017-02-12 |