aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7f6905..7fc4e98 100644
--- a/README.md
+++ b/README.md
@@ -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