usagi-coffee / tree-sitter-abl

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

Keyword TABLE has error in method parameter #50

Closed PauliusKu closed 2 weeks ago

PauliusKu commented 3 weeks ago

image

jkbz64 commented 2 weeks ago

the image does not load for me (none of the images recently posted do not work), please paste code or provide link to the docs

eglekaz commented 2 weeks ago

Code in the screenshot: PersonData:GetById(id, output table ttPerson by-reference). There is an error on TABLE keyword here.

eglekaz commented 2 weeks ago

In Method Call it works now, but the same issue is still in method definition. Example:

method public int csvFileToTempTable(pcFilePath as char, pcSeparator as char,
                                        output table-handle phOutputTable):