Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [Strings] ldebug.js, ldo.js, lfunc.js | Benoit Giannangeli | 2017-03-13 |
| | |||
* | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
| | |||
* | Bytecode generation | Benoit Giannangeli | 2017-03-01 |
| | |||
* | Basic lexing tests | Benoit Giannangeli | 2017-02-27 |
| | |||
* | coroutine.running, upvalue need to be attached to their thread | Benoit Giannangeli | 2017-02-23 |
| | |||
* | luaG_ functions | Benoit Giannangeli | 2017-02-21 |
| | |||
* | 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 |
| | |||
* | Implementing minimal path from main to luaV_execute of user script | Benoit Giannangeli | 2017-02-15 |
| | |||
* | Better use of module to avoid cyclic dependencies issues | Benoit Giannangeli | 2017-02-13 |
| | |||
* | JSHint | Benoit Giannangeli | 2017-02-13 |
| | |||
* | TFORCALL, TFORLOOP, luaD_call, tag methods | Benoit Giannangeli | 2017-02-12 |
| | |||
* | No more LuaVM class, moved functions around | Benoit Giannangeli | 2017-02-11 |
| | |||
* | UpVal closing | Benoit Giannangeli | 2017-02-11 |
| | |||
* | Upvalues | Benoit Giannangeli | 2017-02-10 |
| | |||
* | postcall and precall | Benoit Giannangeli | 2017-02-06 |
| | | | | | | In the tests, we just look at the last n elements of the stack to check our results. This is because the executed script itself doesn't expect any result, so we did not put results at L.top. | ||
* | RETURN follow lua's source more accurately | Benoit Giannangeli | 2017-02-06 |
| | |||
* | CLOSURE, CALL | Benoit Giannangeli | 2017-02-04 |
| | |||
* | readHeader | Benoit Giannangeli | 2017-02-02 |