comparison core/src/luan/modules/Io.luan @ 706:30c87c859277

add Io.zip
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 May 2016 19:00:25 -0600
parents d0280c7fdc3a
children 2486fa6490c6
comparison
equal deleted inserted replaced
705:52ecb629a634 706:30c87c859277
6 6
7 M.ip = IoLuan.ip 7 M.ip = IoLuan.ip
8 M.read_console_line = IoLuan.read_console_line 8 M.read_console_line = IoLuan.read_console_line
9 M.schemes = IoLuan.newSchemes() 9 M.schemes = IoLuan.newSchemes()
10 M.uri = IoLuan.uri 10 M.uri = IoLuan.uri
11 M.zip = IoLuan.zip
11 M.stdin = IoLuan.defaultStdin.table() 12 M.stdin = IoLuan.defaultStdin.table()
12 M.socket_server = IoLuan.socket_server 13 M.socket_server = IoLuan.socket_server
13 M.stdout = IoLuan.textWriter(System.out) 14 M.stdout = IoLuan.textWriter(System.out)
14 M.stderr = IoLuan.textWriter(System.err) 15 M.stderr = IoLuan.textWriter(System.err)
15 16