aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-17 13:47:33 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-17 13:47:33 +0100
commitea562b1094672f641707c0f809827a0d3a982f23 (patch)
tree2cc9fe28a7553a58037b9541a25b2f5d2437c0f2 /README.md
parentcdf8cf1806ca793c47095b69382b2dd733899af7 (diff)
downloadfengari-ea562b1094672f641707c0f809827a0d3a982f23.tar.gz
fengari-ea562b1094672f641707c0f809827a0d3a982f23.tar.bz2
fengari-ea562b1094672f641707c0f809827a0d3a982f23.zip
lua_newtable, lua_createtable
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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