tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 32 forks source link

Change precedence of ternary and comparison expr. #51

Closed barucden closed 1 year ago

barucden commented 2 years ago

Fixes #50

Note that my understanding of the grammar rules is very limited. I got it working by trial-and-error mostly.