Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to support Solidity 0.6.0 global structs and enums #11

Open
fluorostani opened this issue Mar 2, 2020 · 3 comments
Open

Update to support Solidity 0.6.0 global structs and enums #11

fluorostani opened this issue Mar 2, 2020 · 3 comments

Comments

@fluorostani
Copy link

Solidity 0.6.0 allows structs and enums to be defined outside of contracts and libraries but the parser fails if it encounters this with:

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

@cgewecke
Copy link

cgewecke commented Mar 2, 2020

There's a companion issue for this at consensys/solidty-antlr4 #4

@fvictorio
Copy link

@fluorostani FYI this is fixed in this fork.

@fluorostani
Copy link
Author

fluorostani commented Apr 9, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants