kylegoetz / tree-sitter-unison

Tree Sitter grammar for Unison programming language
MIT License
7 stars 8 forks source link

SEMI is not recognized in some scenarios #90

Closed kylegoetz closed 2 weeks ago

kylegoetz commented 3 weeks ago

If we have code like

Heap.deleteMin :
  ∀ a g1 g. (a ->{g1} a ->{g} Ordering) -> heap.Heap a ->{g1, g} heap.Heap a
y = 1

scanner.c does not recognize SEMI at the end of the second line