You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that in current main an expression like
!x || y
gets parsed as prefix_expression(disjunction_expression ... .
In the tree-sitter web playground hosted online it is correctly parsed as disjunction_expression (prefix_expression ...
The text was updated successfully, but these errors were encountered:
@fwcd do u have any clue how this bug got introduced or which PR introduced it?
My only option at this moment is going by the commit history and figuring out where it broke.
Also, can u confirm what version of tree-sitter-kotlin is the playground using?
I observed that in current main an expression like
gets parsed as
prefix_expression(disjunction_expression ...
.In the tree-sitter web playground hosted online it is correctly parsed as
disjunction_expression (prefix_expression ...
The text was updated successfully, but these errors were encountered: