Generate parser
This commit is contained in:
parent
108cdd550f
commit
1dabc1c790
|
@ -6452,6 +6452,13 @@
|
|||
}
|
||||
},
|
||||
"body": {
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_terminator"
|
||||
},
|
||||
{
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
|
@ -6504,6 +6511,8 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"anonymous_function": {
|
||||
"type": "SEQ",
|
||||
|
|
|
@ -1082,7 +1082,7 @@
|
|||
"fields": {},
|
||||
"children": {
|
||||
"multiple": true,
|
||||
"required": true,
|
||||
"required": false,
|
||||
"types": [
|
||||
{
|
||||
"type": "access_call",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue