tony-lang/tree-sitter-tony

Turn access into infix application

Closed this issue · 0 comments

a[0] == [](a, 0) == a.[](0)
a->b == ->(a, 'b') == a.->('b')