Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 13, 2024
1 parent 1f38ab1 commit 5a456dd
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 441 deletions.
22 changes: 19 additions & 3 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,25 @@
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_group_expression"
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_group_expression"
},
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "."
},
{
"type": "BLANK"
}
]
}
]
}
},
{
Expand Down Expand Up @@ -649,4 +666,3 @@
"inline": [],
"supertypes": []
}

Loading

0 comments on commit 5a456dd

Please sign in to comment.