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

Add trailing comma as a possible ending for the function argument list #1

Open
0xGeorgii opened this issue Oct 3, 2023 · 0 comments
Labels
grammar Solidity.g4 changes are required

Comments

@0xGeorgii
Copy link
Member

It will make the parser more robust and enable to production of AST for a wider range of incomplete Solidiy expressions

function foo (bool bar,) external { }
@0xGeorgii 0xGeorgii added the grammar Solidity.g4 changes are required label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grammar Solidity.g4 changes are required
Projects
None yet
Development

No branches or pull requests

1 participant