diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-25 19:01:45 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-04-26 21:30:58 +1000 |
commit | f93607f954c002b251fba4e0b85493e0b2b619b4 (patch) | |
tree | 0c4de91da925ff70a092a792659e95a69e751b8a /README.md | |
parent | 31c5b59ab91fa94a62bc958d30060625acff4afe (diff) | |
download | fengari-f93607f954c002b251fba4e0b85493e0b2b619b4.tar.gz fengari-f93607f954c002b251fba4e0b85493e0b2b619b4.tar.bz2 fengari-f93607f954c002b251fba4e0b85493e0b2b619b4.zip |
Add (empty) io library
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 |