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
However, the grammar thinks that the if statement ended in the :end.
The following code is also valid:
if a ==:begin
a =1else
a =2end
But tree-sitter returns an error.
The text was updated successfully, but these errors were encountered:
ronisbr
changed the title
The grammar cannot handle correctly the symbol :end
The grammar cannot handle correctly the symbols :begin and :end
Jun 21, 2023
Hi!
The following code is valid:
However, the grammar thinks that the if statement ended in the
:end
.The following code is also valid:
But tree-sitter returns an error.
The text was updated successfully, but these errors were encountered: