Closed gustason closed 1 month ago
Fixed with version 0.0.39 of tree-sitter-abl
I am not sure if this was fixed correctly, since now in the code a += 3.
, the +=
does not get parsed at all, it is only a part of the whole assignment
node. Should it not work like in a = 3
where =
is a node itself?
Understood the issue. Registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/86
All these operators are now recognized as assignment_operator
.
Fixed with 0.0.42 version of tree-sitter-abl.
This happens with all similar operators, therefore, all of the lines below cause errors: