aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 25 insertions, 6 deletions
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