X-Git-Url: https://ocean-lang.org/code/?p=ocean-D;a=blobdiff_plain;f=01-TOFIX;fp=01-TOFIX;h=361c4f9f28097f2857f1421fa7d7e46de2cc78ef;hp=0000000000000000000000000000000000000000;hb=4cdd68c1e0a2b774c04bb251ad788ccfd958660e;hpb=6bf27e5fd35feec3c55c3776c553b81c7d025c70 diff --git a/01-TOFIX b/01-TOFIX new file mode 100644 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.