simplify parser

This commit is contained in:
Alex Beregszaszi
2020-12-03 17:14:49 +01:00
committed by chriseth
parent 3862ceb528
commit 3da2b67b67
3 changed files with 13 additions and 24 deletions
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 2314: (95-98): Expected '(' but got identifier
// ParserError 6913: (95-98): Call or assignment expected.
@@ -6,4 +6,4 @@ contract test {
}
}
// ----
// ParserError 2314: (85-86): Expected '(' but got '}'
// ParserError 6913: (85-86): Call or assignment expected.