]> ocean-lang.org Git - ocean-D/blob - 01-TOFIX
Merge branch 'master' of 192.168.20.231:GIT/ocean-D
[ocean-D] / 01-TOFIX
1 ------------
2 This:
3     const pie ::= "I like Pie";
4         cake ::= "The cake is"
5         ++ " a lie"
6
7 gives a parse error.  It thinks the NEWLINE after "The cake is"
8 terminates something, but I'm not sure it should at that point.