euclidianAce / tree-sitter-teal

A tree sitter grammar for Teal, a typed dialect of Lua
38 stars 4 forks source link

Add fields to operators #18

Closed Xandaros closed 3 years ago

Xandaros commented 3 years ago

bin_op and unary_op only had a field for the operator, but not for the expressions contained within.

This PR adds fields for them.