Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Feb 20, 2024
1 parent 09c3640 commit 5a734d9
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 5a734d9

Please sign in to comment.