Commit Graph

10 Commits

Author SHA1 Message Date
Jan de Muijnck-Hughes
5ea6aa0520 Address semantic differences in putting things to STDOUT.
The changes are as follows:

+ `print` is for putting showable things to STDOUT.
+ `printLn` is for putting showable things to STDOUT with a new line
+ `putCharLn` for putting a single character to STDOUT, with a new line.

Effects has been updated accordingly.
2015-03-06 17:26:33 +00:00
Markus Pfeiffer
b36dfcd62b Reset test runscripts to mode 0755 2013-11-18 22:36:55 +00:00
Markus Pfeiffer
3558c7c29f Change from shebangs with absolute references to using /usr/bin/env 2013-11-18 17:10:00 +00:00
Benjamin Saunders
fb9339db6e Fix test reg004 ignoring extra arguments 2013-11-13 19:51:18 -08:00
raichoo
2311d55013 rename O into Z 2013-07-26 21:05:47 +02:00
Edwin Brady
d8580163a1 Change Show instance for Nat to show integers 2013-06-28 17:24:28 +02:00
Jan Bessai
a567873d1f Proper executable and object file creation via maven + need for run_java tests removed 2013-03-16 18:11:25 +01:00
Jan Bessai
1b46872756 Added compile flag support to deactivate creation of the java backend 2013-03-13 02:26:06 +01:00
Jan Bessai
43056d675d Backend support for Java 2013-03-11 19:48:01 +01:00
Edwin Brady
2b7db6af4c Fix 'where' lifting bug
Make sure functions have unique names when lifted
2012-11-05 15:02:11 +00:00