usagi-coffee / tree-sitter-abl

OpenEdge ABL grammar for tree-sitter
MIT License
7 stars 1 forks source link

+=, -=, *=, /= operators cause error #76

Closed eglekaz closed 1 month ago

eglekaz commented 1 month ago

Example:

a += 3.
b -= 3.
c *= 3.
d /= 3.

Documentation: https://docs.progress.com/bundle/abl-reference/page/Addition-assignment-operator.html https://docs.progress.com/bundle/abl-reference/page/Subtraction-assignment-operator.html https://docs.progress.com/bundle/abl-reference/page/Multiplication-assignment-operator.html https://docs.progress.com/bundle/abl-reference/page/Division-assignment-operator.html