summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-14 00:45:16 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-14 00:45:16 +0200
commit44606c073b032654473e6374dbc1719f59594ecc (patch)
tree40d23a9717b10a75249ea4a83ff84cf451f9e875 /README.md
parent61ec261c36d33eb6f80f11db469bcdb39ca25050 (diff)
downloadfengari-44606c073b032654473e6374dbc1719f59594ecc.tar.gz
fengari-44606c073b032654473e6374dbc1719f59594ecc.tar.bz2
fengari-44606c073b032654473e6374dbc1719f59594ecc.zip
luaL_addsize, luaL_checkoption, luaL_checkversion, luaL_newlibtable, luaL_optnumber, luaL_prepbuffer, luaL_pushresultsize, luaL_ref
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 4c46672..95d0a60 100644
--- a/README.md
+++ b/README.md
@@ -47,17 +47,7 @@
- [ ] `file:setvbuf()`
- [ ] `file:__gc()`
- [x] C API
-- [ ] Auxiliary library
- - [x] ...
- - [ ] `luaL_addsize`
- - [ ] `luaL_checkoption`
- - [ ] `luaL_checkversion`
- - [ ] `luaL_newlibtable`
- - [ ] `luaL_optnumber`
- - [ ] `luaL_prepbuffer`
- - [ ] `luaL_pushresultsize`
- - [ ] `luaL_ref`
- - [ ] `luaL_unref`
+- [x] Auxiliary library
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [x] `calls.lua`
- [x] `constructs.lua` (`_soft`)
@@ -83,7 +73,7 @@
- [ ] `tpack.lua`
- [ ] `utf8.lua`
- [ ] `verybig.lua`
-- [ ] DOM API binding
+- [ ] DOM API binding: [https://github.com/daurnimator/fengari-interop](https://github.com/daurnimator/fengari-interop)
## References