sourcegraph / tree-sitter-jsonnet

tree-sitter grammar for JSONNET
MIT License
15 stars 4 forks source link

Fix operator precedence #10

Closed aryx closed 1 year ago

aryx commented 1 year ago

Followed the official spec for the precedence values.

test plan: make test

aryx commented 1 year ago

cc @tjdevries This should be the last one for a while. With this it can correctly parse std.jsonnet and follows the official spec.

tjdevries commented 1 year ago

everything looks good from what I can see :) thanks for all the PRs, really appreciate it (and sorry again for the delay the first time around, i'm back "in office" more now).