diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,18 +54,18 @@ IRC: #fengari on freenode - [x] Auxiliary library - [ ] Run [Lua test suite](https://github.com/lua/tests) - [x] `calls.lua` (32/32) + - [x] `closure.lua` (16/16) - [x] `constructs.lua` (`_soft`) (10/10) - [x] `events.lua` (26/26) - [x] `literals.lua` (30/30) - [x] `locals.lua` (10/10) + - [x] `nextvar.lua` (44/44) - [x] `strings.lua` (34/34) - [x] `vararg.lua` (8/8) - - [x] `closure.lua` (16/16) - [ ] `bitwise.lua` (9/16) - [ ] `coroutine.lua` (32/40) - [ ] `goto.lua` (16/18) - [ ] `math.lua` (44/68) - - [ ] `nextvar.lua` (42/44) - [ ] `pm.lua` (27/38) - [ ] `sort.lua` (21/24) - [ ] `tpack.lua` (20/32) |