diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 13:47:33 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 13:47:33 +0100 |
commit | ea562b1094672f641707c0f809827a0d3a982f23 (patch) | |
tree | 2cc9fe28a7553a58037b9541a25b2f5d2437c0f2 /README.md | |
parent | cdf8cf1806ca793c47095b69382b2dd733899af7 (diff) | |
download | fengari-ea562b1094672f641707c0f809827a0d3a982f23.tar.gz fengari-ea562b1094672f641707c0f809827a0d3a982f23.tar.bz2 fengari-ea562b1094672f641707c0f809827a0d3a982f23.zip |
lua_newtable, lua_createtable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,6 +48,8 @@ - [x] lua_callk - [x] lua_setglobal - [x] lua_upvalueindex + - [x] lua_createtable + - [x] lua_newtable - [ ] lua_absindex - [ ] lua_arith - [ ] lua_checkstack @@ -55,7 +57,6 @@ - [ ] lua_compare - [ ] lua_concat - [ ] lua_copy - - [ ] lua_createtable - [ ] lua_dump - [ ] lua_error - [x] lua_gc (unvailable) @@ -90,7 +91,6 @@ - [ ] lua_isuserdata - [ ] lua_isyieldable - [ ] lua_len - - [ ] lua_newtable - [ ] lua_newthread - [ ] lua_newuserdata - [ ] lua_next |