Generate parser

This commit is contained in:
the-mikedavis 2022-04-12 14:20:51 +00:00 committed by GitHub Actions
parent 108cdd550f
commit 1dabc1c790
3 changed files with 321664 additions and 321641 deletions

9
src/grammar.json generated
View File

@ -6452,6 +6452,13 @@
}
},
"body": {
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_terminator"
},
{
"type": "SEQ",
"members": [
{
@ -6504,6 +6511,8 @@
]
}
]
}
]
},
"anonymous_function": {
"type": "SEQ",

2
src/node-types.json generated
View File

@ -1082,7 +1082,7 @@
"fields": {},
"children": {
"multiple": true,
"required": true,
"required": false,
"types": [
{
"type": "access_call",

643222
src/parser.c generated

File diff suppressed because it is too large Load Diff