Skip to content

Commit

Permalink
deploy: c649cb9
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed Aug 26, 2024
1 parent c67ecbd commit a8b10c7
Show file tree
Hide file tree
Showing 3 changed files with 132,975 additions and 131,883 deletions.
38 changes: 23 additions & 15 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -17982,21 +17982,29 @@
"name": "between_expression"
},
{
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "("
},
{
"type": "SYMBOL",
"name": "_expression"
},
{
"type": "STRING",
"value": ")"
}
]
"type": "SYMBOL",
"name": "parenthesized_expression"
}
]
}
},
"parenthesized_expression": {
"type": "PREC",
"value": 2,
"content": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "("
},
{
"type": "SYMBOL",
"name": "_expression"
},
{
"type": "STRING",
"value": ")"
}
]
}
Expand Down
Loading

0 comments on commit a8b10c7

Please sign in to comment.