solidity-parser-antlr icon indicating copy to clipboard operation
solidity-parser-antlr copied to clipboard

Failing to parse abstract contracts in Solidity 0.6

Open naddison36 opened this issue 5 years ago • 0 comments

The parser is not handling the new abstract keyword introduced with Solidity 0.6 and is failing with

extraneous input 'abstract' expecting {<EOF>, 'pragma', 'import', 'contract', 'interface', 'library'}

You can see an example in this contract https://etherscan.io/address/0x92d861ebf39661f22eaae05fedcbf31989b17e45#code

naddison36 avatar Apr 03 '20 22:04 naddison36