diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -25,6 +25,28 @@ - [ ] Package - [ ] os - [ ] io + - [ ] `io.stdin` + - [ ] `io.stdout` + - [ ] `io.stderr` + - [ ] `io.flush()` + - [ ] `io.input()` + - [ ] `io.lines()` + - [ ] `io.open()` + - [ ] `io.output()` + - [ ] `io.popen()` + - [ ] `io.read()` + - [ ] `io.tmpfile()` + - [ ] `io.type()` + - [ ] `io.write()` + - [ ] `io.close()` + - [ ] `file:flush()` + - [ ] `file:lines()` + - [ ] `file:read()` + - [ ] `file:read()` + - [ ] `file:setvbuf()` + - [ ] `file:write()` + - [ ] `file:__gc()` + - [ ] `file:__tostring()` - [ ] C API - [x] ... - [ ] lua_arith |