Commit Graph

12 Commits

Author SHA1 Message Date
Kare Morstol a377eb18fd Add better error reporting to “open” function. Add public function "printErrorAndExit". 2014-11-23 23:31:06 +01:00
Kare Morstol 05fb61a4ab Remove unnecessary whitespace, courtesy of Xcode. 2014-11-23 23:19:30 +01:00
Kare Morstol a63bc3b536 Changed to the MIT license.
Because I don't really care that much about enforcing the sharing of changes.
2014-11-14 19:19:59 +01:00
Kare Morstol 548e0740d4 Tidy up the code some more. 2014-10-30 00:28:20 +01:00
Kare Morstol 6ce3a3ab26 Add "writeln" functions to WriteableStreamType. 2014-10-24 21:05:18 +02:00
Kare Morstol 1587679b0b Simplify writing to streams by using "toString".
Had I only known how awesome toString is.
2014-10-23 02:20:32 +02:00
Kare Morstol 5cc4e33cb4 Small cleanup. 2014-10-07 18:53:26 +02:00
Kare Morstol e296555499 Silence warning from 6.1 beta 2.
"Treating a forced downcast to 'String' as optional will never produce 'nil'" is no doubt true, but I'm not treating it as an optional so I don't see the relevance.
2014-09-15 21:16:19 +02:00
Kare Morstol ac7931d8b5 Fix typos and space for indentation. 2014-09-02 18:17:20 +02:00
Kare Morstol 6ca7959311 standardinput, standardoutput, standarderror are now StreamTypes, not FileHandles. 2014-09-02 14:21:26 +02:00
Kare Morstol c9c4a99c2d Added Eclipse Public License header. 2014-08-29 02:31:44 +02:00
Kare Morstol a647c41319 Renamed File to FileHandle. 2014-08-29 01:55:08 +02:00