aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* TAILCALLBenoit Giannangeli2017-02-06
|
* Multiple returnBenoit Giannangeli2017-02-06
|
* postcall and precallBenoit Giannangeli2017-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 accuratelyBenoit Giannangeli2017-02-06
|
* Fixed bad use of L.topBenoit Giannangeli2017-02-05
|
* CLOSURE, CALLBenoit Giannangeli2017-02-04
|
* Table, metatableBenoit Giannangeli2017-02-03
|
* Use block for each case of vm dispatchBenoit Giannangeli2017-02-03
|
* Binary/Unary operatorsBenoit Giannangeli2017-02-03
|
* MOVEBenoit Giannangeli2017-02-03
|
* VM Tests, OP_MOVE, OP_LOAK, partial OP_RETURNBenoit Giannangeli2017-02-03