From f93607f954c002b251fba4e0b85493e0b2b619b4 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 25 Apr 2017 19:01:45 +1000 Subject: Add (empty) io library --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf