Eliminate semicolons entirely.

This commit is contained in:
Bob Nystrom
2015-01-03 10:02:45 -08:00
parent c0043e78d4
commit c25cfca18b
6 changed files with 196557 additions and 24585 deletions
+65535 -8192
View File
File diff suppressed because it is too large Load Diff
+65472 -8184
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1 +1,2 @@
var a = "ok"; IO.print(a) // expect: ok
// Semicolons are not valid separators.
var a = "ok"; IO.print(a) // expect error