From ea562b1094672f641707c0f809827a0d3a982f23 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 17 Feb 2017 13:47:33 +0100 Subject: lua_newtable, lua_createtable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6bade18..b86a4b4 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf