usagi-coffee / tree-sitter-abl

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

Parser error on INIT keyword in DEFINE statement #46

Closed PauliusKu closed 2 months ago

PauliusKu commented 2 months ago

Code:

define var a as int no-undo init 123.

Tree:

image

Should be like when using INITIAL:

image