Skip to content

Commit

Permalink
Regenerate parser
Browse files Browse the repository at this point in the history
  • Loading branch information
CabalCrow committed May 23, 2024
1 parent 1c151b9 commit 9561846
Show file tree
Hide file tree
Showing 3 changed files with 130,598 additions and 130,542 deletions.
38 changes: 36 additions & 2 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@
},
{
"type": "SYMBOL",
"name": "cmd_identifier"
"name": "command"
}
]
}
Expand Down Expand Up @@ -3055,7 +3055,7 @@
},
{
"type": "SYMBOL",
"name": "cmd_identifier"
"name": "command"
}
]
}
Expand Down Expand Up @@ -10207,6 +10207,23 @@
}
]
}
},
{
"type": "FIELD",
"name": "head",
"content": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "^"
},
{
"type": "SYMBOL",
"name": "expr_parenthesized"
}
]
}
}
]
},
Expand Down Expand Up @@ -10273,6 +10290,23 @@
}
]
}
},
{
"type": "FIELD",
"name": "head",
"content": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "^"
},
{
"type": "SYMBOL",
"name": "expr_parenthesized"
}
]
}
}
]
},
Expand Down
6 changes: 5 additions & 1 deletion src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@
"type": "cmd_identifier",
"named": true
},
{
"type": "expr_parenthesized",
"named": true
},
{
"type": "val_string",
"named": true
Expand Down Expand Up @@ -810,7 +814,7 @@
"named": true
},
{
"type": "cmd_identifier",
"type": "command",
"named": true
},
{
Expand Down
Loading

0 comments on commit 9561846

Please sign in to comment.