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

Parser: allow calling function via statement expression #708

Merged
merged 1 commit into from
May 19, 2024

Conversation

danielsan901998
Copy link
Contributor

resolve #654
Add suffixExpr parsing after compoundStmt before returning in castExpr like it is done in unExpr, without that the expr returned without parsing the callExpr and, expecting the semicolon, it generated an error.

@Vexu Vexu merged commit 00273a1 into Vexu:master May 19, 2024
3 checks passed
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.

Incorrect parse: calling function via statement expression
2 participants