diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-24 11:38:23 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-24 11:40:35 +0100 |
commit | 2f9fe378bc341921e1ae259a2fec049663100738 (patch) | |
tree | 64f5f5a5cbc40630c894f5700502d3f757eef1f1 /README.md | |
parent | 2ccf4ee80dbbf3e9af8ff006fcc18798e668a413 (diff) | |
download | fengari-2f9fe378bc341921e1ae259a2fec049663100738.tar.gz fengari-2f9fe378bc341921e1ae259a2fec049663100738.tar.bz2 fengari-2f9fe378bc341921e1ae259a2fec049663100738.zip |
table.move
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,6 +26,7 @@ - [x] lua_call - [x] lua_callk - [x] lua_checkstack + - [x] lua_compare - [x] lua_concat - [x] lua_copy - [x] lua_createtable @@ -36,6 +37,7 @@ - [x] lua_gettable - [x] lua_gettop - [x] lua_insert + - [x] lua_isnoneornil - [x] lua_isstring - [x] lua_istable - [x] lua_isyieldable @@ -93,7 +95,6 @@ - [x] lua_yieldk - [ ] lua_arith - [ ] lua_close - - [ ] lua_compare - [ ] lua_dump - [x] lua_gc (unavailable) - [x] lua_getallocf (unavailable) @@ -114,7 +115,6 @@ - [ ] lua_islightuserdata - [ ] lua_isnil - [ ] lua_isnone - - [ ] lua_isnoneornil - [ ] lua_isnumber - [ ] lua_isthread - [ ] lua_isuserdata @@ -208,10 +208,10 @@ - [ ] Table - [x] table.concat - [x] table.insert + - [x] table.move - [x] table.pack - [x] table.remove - [x] table.unpack - - [ ] table.move - [ ] table.sort - [ ] Run [Lua test suite](https://github.com/lua/tests) - [ ] DOM API binding |