diff options
-rw-r--r-- | Smurf.icl | 2 | ||||
-rw-r--r-- | hello.smf | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,7 @@ instance zero [a] where zero = [] instance toString Stm where - toString (Push s) = "\"" +++ s +++ "\"" + toString (Push s) = quotify s toString Input = "i" toString Output = "o" toString Cat = "+" diff --git a/hello.smf b/hello.smf deleted file mode 100644 index 6d8251f..0000000 --- a/hello.smf +++ /dev/null @@ -1 +0,0 @@ -"hello ""world"+o |