diff 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
line wrap: on
line diff
--- a/core/src/luan/modules/Io.luan	Tue May 17 16:42:47 2016 -0600
+++ b/core/src/luan/modules/Io.luan	Tue May 17 19:00:25 2016 -0600
@@ -8,6 +8,7 @@
 M.read_console_line = IoLuan.read_console_line
 M.schemes = IoLuan.newSchemes()
 M.uri = IoLuan.uri
+M.zip = IoLuan.zip
 M.stdin = IoLuan.defaultStdin.table()
 M.socket_server = IoLuan.socket_server
 M.stdout = IoLuan.textWriter(System.out)