From 6d3d22b3938a811bdde9a311753837003df42d08 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Mon, 20 Feb 2017 11:58:46 +0100 Subject: rawset, rawget --- README.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1a4a4e3..43bc000 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ - [x] lua_pushliteral - [x] lua_rawget - [x] lua_rawgeti + - [x] lua_rawset - [x] lua_setfield - [x] lua_settop - [x] lua_tostring @@ -113,7 +114,6 @@ - [ ] lua_pushvfstring - [ ] lua_rawgetp - [ ] lua_rawlen - - [ ] lua_rawset - [ ] lua_rawseti - [ ] lua_rawsetp - [ ] lua_register @@ -202,11 +202,30 @@ - [ ] luaL_unref - [ ] luaL_where - [ ] Standard library - - [x] tostring - - [x] print - - [x] getmetatable - - [x] setmetatable - - [x] rawequal + - [ ] Base lib + - [x] tostring + - [x] print + - [x] getmetatable + - [x] setmetatable + - [x] rawequal + - [x] rawset + - [x] rawget + - [ ] assert + - [ ] collectgarbage + - [ ] dofile + - [ ] error + - [ ] ipairs + - [ ] loadfile + - [ ] load + - [ ] loadstring + - [ ] next + - [ ] pairs + - [ ] pcall + - [ ] rawlen + - [ ] select + - [ ] tonumber + - [ ] type + - [ ] xpcall - [ ] ... - [ ] Debug (errors) - [ ] DOM API binding -- cgit v1.2.3-54-g00ecf