-
-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
I see that in the fields of binary_operator and boolean_operator we have left and right fields.
In comparison_operator we have only two unamed childs.
I think it would make it easier for people building tooling using TreeSitter to also have left and right fields in this one.
Describe the solution you'd like
Add left and right fields in comparison_operator
Describe alternatives you've considered
see above
Additional context
No response
Reactions are currently unavailable