Expose hex literal to the Yul parser

This allows nicer error messages.
This commit is contained in:
Alex Beregszaszi
2020-08-28 19:34:52 +01:00
parent 26a76c18d4
commit 7ef9591e64
12 changed files with 18 additions and 18 deletions
@@ -8,4 +8,4 @@ contract C {
}
}
// ----
// ParserError 4805: (95-99): Literal expected.
// ParserError 3772: (92-99): Hex literals are not valid in this context.