usagi-coffee / tree-sitter-abl

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

Error if there is an array index in a case statement #92

Closed eglekaz closed 1 month ago

eglekaz commented 1 month ago

Example:

case myArray[i]:
    when "index" then
        ttPerson.personIndex = integer(cText).
end case.