-
-
Notifications
You must be signed in to change notification settings - Fork 118
bug: Parse error with >=
operator
#311
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
Labels
Comments
I tried your code at the playground but it looks ok.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)tree-sitter 0.25.3 (2a835ee029dca1c325e6f1c01dbce40396f6123e)
Describe the bug
In the following code snippet
The parse tree does not correctly identify the binary expression
e >= d
and reports=
as the operator instead of>=
.Note that if we replace
>=
with<=
, the error does not occur.Steps To Reproduce/Bad Parse Tree
Expected Behavior/Parse Tree
The parse tree should correctly interpret the
e >= d
binary expression and identify>=
as the operator.Repro
The text was updated successfully, but these errors were encountered: