]> ocean-lang.org Git - ocean-D/blobdiff - 01-TOFIX
updates
[ocean-D] / 01-TOFIX
diff --git a/01-TOFIX b/01-TOFIX
new file mode 100644 (file)
index 0000000..361c4f9
--- /dev/null
+++ b/01-TOFIX
@@ -0,0 +1,8 @@
+------------
+This:
+    const pie ::= "I like Pie";
+        cake ::= "The cake is"
+        ++ " a lie"
+
+gives a parse error.  It thinks the NEWLINE after "The cake is"
+terminates something, but I'm not sure it should at that point.