Generate parser

pull/844/head
Michael Davis 2024-03-18 21:53:30 +07:00
parent ed9d717629
commit bcf9c45b56
2 changed files with 26997 additions and 26582 deletions

26
src/grammar.json generated

@ -2955,6 +2955,30 @@
{ {
"type": "CHOICE", "type": "CHOICE",
"members": [ "members": [
{
"type": "CHOICE",
"members": [
{
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "("
},
{
"type": "FIELD",
"name": "message",
"content": {
"type": "SYMBOL",
"name": "string"
}
},
{
"type": "STRING",
"value": ")"
}
]
},
{ {
"type": "SEQ", "type": "SEQ",
"members": [ "members": [
@ -2971,6 +2995,8 @@
} }
} }
] ]
}
]
}, },
{ {
"type": "BLANK" "type": "BLANK"

53535
src/parser.c generated

File diff suppressed because it is too large Load Diff