diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-21 19:42:36 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-21 19:42:36 +0200 |
commit | c82d2525a086317570dfbf0481c15d385c32726e (patch) | |
tree | 5430a6b0e038f705c9d2d338e1ab228c95d9cb51 /README.md | |
parent | cb1d7ecb4566b8fa5c2979caf33ce4a3ed88cf84 (diff) | |
download | fengari-c82d2525a086317570dfbf0481c15d385c32726e.tar.gz fengari-c82d2525a086317570dfbf0481c15d385c32726e.tar.bz2 fengari-c82d2525a086317570dfbf0481c15d385c32726e.zip |
attrib.js is still in progress
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,6 @@ - [x] C API - [x] Auxiliary library - [ ] Run [Lua test suite](https://github.com/lua/tests) - - [x] `attrib.lua` - [x] `bitwise.lua` (16/16) - [x] `calls.lua` (32/32) - [x] `closure.lua` (16/16) @@ -66,6 +65,7 @@ - [x] `nextvar.lua` (44/44) - [x] `strings.lua` (34/34) - [x] `vararg.lua` (8/8) + - [ ] `attrib.lua` - [ ] `coroutine.lua` (32/40) - [ ] `math.lua` (44/68) - [ ] `pm.lua` (27/38) |