usagi-coffee / tree-sitter-abl

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

ENUM statements are causing an error #80

Closed eglekaz closed 1 month ago

eglekaz commented 1 month ago

I know that it is a newer feature, but I will add documentation in case it's needed: https://documentation.progress.com/output/ua/OpenEdge_latest/pdsoe/PLUGINS_ROOT/com.openedge.pdt.langref.help/juc1424095914700.html Example:

ENUM Weather:
  define ENUM Rainy
              Default = Sunny
              Cloudy
              Snowy
              Apocalyptic.
END ENUM.