Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
I tried to parse 1 + 1 with the parser and this produces a node with two integer child (one in the field left and one in the field right). But there is no info on the operator.
Describe the solution you'd like
I think it might be nice to add a field operator containing the + operator.
Any idea about this?
Describe alternatives you've considered
See above
Additional context
No response
Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
I tried to parse
1 + 1with the parser and this produces a node with two integer child (one in the fieldleftand one in the fieldright). But there is no info on the operator.Describe the solution you'd like
I think it might be nice to add a field
operatorcontaining the+operator.Any idea about this?
Describe alternatives you've considered
See above
Additional context
No response