implemented rudimentary IO.std{out,err,in} (reusing File.* functions. fun!)
commit1eb4bdeda8703c6aa5818d1b1497106fae812c17
authorJohn Doe <john@doe.nb>
Sat, 15 Nov 2014 01:27:26 +0000 (15 02:27 +0100)
committerJohn Doe <john@doe.nb>
Sat, 15 Nov 2014 01:27:26 +0000 (15 02:27 +0100)
tree2c04c122f52bfe37402b2c45cb623c8de2c49510
parent297602259d1c3829f463bb61dc05ac75f3f14316
implemented rudimentary IO.std{out,err,in} (reusing File.* functions. fun!)
CMakeLists.txt
include/jtc.h
src/builtin.array.cpp
src/builtin.h
src/interp.cpp
src/main.cpp
src/ops.cpp
src/ops.member.cpp
src/private.h
src/stdlib.cpp
src/stdlib.file.cpp