diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -203,12 +203,17 @@ - [ ] Base lib - [x] ... - [x] load - - [ ] require - [ ] dofile - [ ] loadfile - [x] Coroutine - [x] Table - [x] Math + - [ ] String + - [ ] Package + - [ ] os + - [ ] io + - [ ] Debug + - [ ] utf8 - [ ] Run [Lua test suite](https://github.com/lua/tests) - [ ] DOM API binding |