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

Call expression grammar #134

Merged
merged 2 commits into from
Dec 1, 2017
Merged

Conversation

brauliobz
Copy link
Contributor

@brauliobz brauliobz commented Oct 14, 2017

Part of #84.

> &nbsp;&nbsp; [_Expression_] `(` _CallParams_<sup>?</sup> `)`
>
> _CallParams_ :
> &nbsp;&nbsp; [_Expression_]&nbsp;( `,` ([_Expression_]) )<sup>\*</sup> `,`<sup>?</sup>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parenthesis around the second Expression are extraneous.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected, thanks.

@Havvy Havvy merged commit f9db607 into rust-lang:master Dec 1, 2017
@Havvy
Copy link
Contributor

Havvy commented Dec 1, 2017

💟 Thanks!

@brauliobz brauliobz deleted the grammar_call_expr branch March 10, 2018 11:03
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

Successfully merging this pull request may close these issues.

2 participants