Improve parsing with semicolon insertion

This commit is contained in:
Ginger Bill
2016-12-06 00:05:59 +00:00
parent a16bdb215a
commit 517b34f798
3 changed files with 83 additions and 37 deletions
-2
View File
@@ -1,8 +1,6 @@
#import "fmt.odin"
main :: proc() {
if true {
}
}