Skip to content

Commit

Permalink
polishing round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lothran committed Apr 4, 2023
1 parent c89f5d0 commit ee81e56
Show file tree
Hide file tree
Showing 16 changed files with 3,531 additions and 3,488 deletions.
2 changes: 1 addition & 1 deletion tree-sitter-uvl/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const PREC = {

not: 6,
consequence: 2,
logic: 2,
logic: 3,
eq: 4,
mul: 5,
add: 5,
Expand Down
4 changes: 2 additions & 2 deletions tree-sitter-uvl/src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
"members": [
{
"type": "PREC_LEFT",
"value": 2,
"value": 3,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -648,7 +648,7 @@
},
{
"type": "PREC_LEFT",
"value": 2,
"value": 3,
"content": {
"type": "SEQ",
"members": [
Expand Down
Loading

0 comments on commit ee81e56

Please sign in to comment.