diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-14 00:45:16 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-14 00:45:16 +0200 |
commit | 44606c073b032654473e6374dbc1719f59594ecc (patch) | |
tree | 40d23a9717b10a75249ea4a83ff84cf451f9e875 /README.md | |
parent | 61ec261c36d33eb6f80f11db469bcdb39ca25050 (diff) | |
download | fengari-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.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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 |