usagi-coffee / tree-sitter-abl

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

Not all fields of temp-table are parsed as field_definition #79

Closed eglekaz closed 1 month ago

eglekaz commented 1 month ago

It is not causing error, but I understand that it is just not fully implemented. Here is an example:

DEFINE TEMP-TABLE temp-item
    FIELD cat-page LIKE Item.CatPage
FIELD a AS CHARACTER
FIELD b AS CHARACTER.