diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-20 11:58:46 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-20 12:03:47 +0100 |
commit | 6d3d22b3938a811bdde9a311753837003df42d08 (patch) | |
tree | 11a8c9943d4ba6295200fe906c54333732aa37b2 /README.md | |
parent | e0d4ffcc75a04b3ecc2cc08aea372d9621e5b6ac (diff) | |
download | fengari-6d3d22b3938a811bdde9a311753837003df42d08.tar.gz fengari-6d3d22b3938a811bdde9a311753837003df42d08.tar.bz2 fengari-6d3d22b3938a811bdde9a311753837003df42d08.zip |
rawset, rawget
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 25 insertions, 6 deletions
@@ -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 |