Skip to content
This repository was archived by the owner on Sep 27, 2020. It is now read-only.
This repository was archived by the owner on Sep 27, 2020. It is now read-only.

Failing to parse abstract contracts in Solidity 0.6 #104

Open
@naddison36

Description

@naddison36

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions