On 15/04/2013 1:53 AM, Diggory Hardy wrote:
The semi-colon thing can be solved without syntactic ambiguity, e.g. closer to how shells work: require escapes or wrapping with an extra set of parenthesis when statements do not finish at the end of the line.
Yeah. We've been over (and over and over and over) the way these rules work in other languages. As I said, the variant you're describing introduces whitespace sensitivity to the grammar (newline is whitespace); we'd prefer not to do that.
-Graydon _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
