Rewrite of the antlr grammar.

This commit is contained in:
Daniel Kirchner
2020-08-19 17:55:31 +02:00
committed by chriseth
parent 9e488f12fc
commit bd21535dd1
14 changed files with 963 additions and 513 deletions
@@ -0,0 +1,5 @@
contract C {
constructor() payable payable {}
}
// ----
// ParserError 9680: (37-44): State mutability already specified as "payable".