diff core/src/luan/modules/Io.luan @ 297:899253043270

remove PackageLuan.load_lib() git-svn-id: https://luan-java.googlecode.com/svn/trunk@298 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 16 Dec 2014 03:26:43 +0000
parents
children 2ce23c7e2342
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/src/luan/modules/Io.luan	Tue Dec 16 03:26:43 2014 +0000
@@ -0,0 +1,10 @@
+import "java:luan.modules.IoLuan"
+import "java:java.lang.System"
+
+read_console_line = IoLuan.read_console_line
+schemes = IoLuan.newSchemes()
+Uri = IoLuan.Uri
+stdin = IoLuan.defaultStdin.table()
+socket_server = IoLuan.socket_server
+stdout = IoLuan.textWriter(System.out)
+stderr = IoLuan.textWriter(System.err)