usagi-coffee / tree-sitter-abl

OpenEdge ABL grammar for tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues when parsing objects

PauliusKu opened this issue · comments

Example:

FUNCTION GET_STUFF RETURNS Progress.Json.ObjectModel.JsonObject (cParam1 AS CHARACTER):
    DEFINE VARIABLE jsonTableRow AS Progress.Json.ObjectModel.JsonObject NO-UNDO.
    RETURN jsonTableRow.
END FUNCTION.

Result on one of the nodes:
Type: ERROR
Text: Progress.Json.ObjectModel.JsonObject (cParam1 AS

Thanks for quick response, Kamil 👍