Report illegal tokens in the Yul parser.

This commit is contained in:
chriseth
2020-12-16 12:20:07 +01:00
parent 17293858c0
commit 5c40fb060c
5 changed files with 7 additions and 4 deletions
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError 1856: (72-73): Literal or identifier expected.
// ParserError 1465: (72-73): Illegal token: Octal numbers not allowed.