Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw authored and cfroystad committed Feb 21, 2024
1 parent c6e2ce6 commit 710754c
Show file tree
Hide file tree
Showing 4 changed files with 143,875 additions and 144,363 deletions.
53 changes: 7 additions & 46 deletions php/src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7133,15 +7133,6 @@
},
"named": true,
"value": "string_value"
},
{
"type": "ALIAS",
"content": {
"type": "STRING",
"value": "'"
},
"named": true,
"value": "string_value"
}
]
}
Expand Down Expand Up @@ -7198,40 +7189,6 @@
},
"named": true,
"value": "string_value"
},
{
"type": "ALIAS",
"content": {
"type": "STRING",
"value": "'"
},
"named": true,
"value": "string_value"
},
{
"type": "ALIAS",
"content": {
"type": "STRING",
"value": "<?"
},
"named": true,
"value": "string_value"
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "STRING",
"value": "?>"
}
}
},
"named": true,
"value": "string_value"
}
]
}
Expand Down Expand Up @@ -7332,10 +7289,14 @@
"string_value": {
"type": "TOKEN",
"content": {
"type": "REPEAT1",
"type": "PREC",
"value": 1,
"content": {
"type": "PATTERN",
"value": "\\\\?[^'\\\\]"
"type": "REPEAT1",
"content": {
"type": "PATTERN",
"value": "\\\\?[^'\\\\]"
}
}
}
},
Expand Down
Loading

0 comments on commit 710754c

Please sign in to comment.