Generate parser

pull/844/head
Alex Manning 2024-04-23 15:23:02 +07:00
parent e7f5d6ea39
commit a0b11a1593
3 changed files with 26169 additions and 26116 deletions

28
src/grammar.json generated

@ -167,17 +167,25 @@
} }
}, },
{ {
"type": "FIELD", "type": "CHOICE",
"name": "arguments", "members": [
"content": { {
"type": "ALIAS", "type": "FIELD",
"content": { "name": "arguments",
"type": "SYMBOL", "content": {
"name": "_attribute_arguments" "type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_attribute_arguments"
},
"named": true,
"value": "arguments"
}
}, },
"named": true, {
"value": "arguments" "type": "BLANK"
} }
]
} }
] ]
}, },

@ -372,7 +372,7 @@
"fields": { "fields": {
"arguments": { "arguments": {
"multiple": false, "multiple": false,
"required": true, "required": false,
"types": [ "types": [
{ {
"type": "arguments", "type": "arguments",

52255
src/parser.c generated

File diff suppressed because it is too large Load Diff