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

Fix await expression #228

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Conversation

stsewd
Copy link
Contributor

@stsewd stsewd commented Jul 12, 2023

await must be followed by a primary expression, not a full expression https://docs.python.org/3/reference/expressions.html#await-expression.

Fixes #201

`await` must be followed by a primary expression, not a full expression
https://docs.python.org/3/reference/expressions.html#await-expression.

Fixes tree-sitter#201
@amaanq
Copy link
Member

amaanq commented Jul 12, 2023

Great! I was gonna fix that but forgot about it

@amaanq amaanq merged commit 7c8930b into tree-sitter:master Jul 12, 2023
3 checks passed
@stsewd stsewd deleted the fix-await-expression branch July 12, 2023 17:45
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.

assert comparison with await func is parsed incorrectly
2 participants