8 Commits

Author SHA1 Message Date
mihacooper
89e98f9d4d
Fix metatable serialization/deserialization and __eq operator logic (#144) 2020-03-04 10:07:05 +03:00
mihacooper
616fdb86cc
table support in __index metamethod (#143)
* table support in __index metamethod

* fix after merge
2020-03-03 19:34:56 +03:00
mihacooper
cfe78b12b0
Impl effil.next function (#142) 2020-02-29 11:19:17 +03:00
mihacooper
e84fbb32f4 Function upvalues implementation (#86) 2017-10-19 22:49:51 +03:00
mihacooper
c9cabe622d fixes (#84)
FIx tests for Lua5.1 and update u-test
2017-10-12 00:30:34 +03:00
mihacooper
736cf8d96d Implement pairs and ipairs for Lua5.1/LuaJIT (#66)
* impl global pairs and ipairs methods and update tests

* fixes for review
2017-09-10 20:24:35 +01:00
mihacooper
a2394d4be4 invent support for 5.1 and 5.3 (#53) 2017-06-22 00:05:57 +03:00
Ilia
7947d7af17 From luaunit to u-test (#46)
From luaunit to u-test
2017-06-10 14:13:31 +03:00