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

The Solidity parsers are outdated. There's a maintained alternative that should be used #690

Open
Mouradif opened this issue Mar 11, 2023 · 0 comments

Comments

@Mouradif
Copy link

Describe the bug
Not a bug but the 2 available Solidity parsers are very outdated. They don't support custom error declarations like so

error MyCustomError(uint someArg);

Additional context
By looking at ConsenSys's parser's network searching for forks with more activity, I found this repository:

https://github.com/solidity-parser/parser

and it supports CustomErrorDefinition

@Mouradif Mouradif changed the title The Solidity parsers are very outdated. There's a maintained alternative that should be used The Solidity parsers are outdated. There's a maintained alternative that should be used Mar 11, 2023
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

1 participant