usagi-coffee / tree-sitter-abl

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

Destructors are not parsed #43

Closed PauliusKu closed 2 months ago

PauliusKu commented 2 months ago
class A:
    destructor A():
    end destructor.

end class.

image