Skip to content

Commit 8c7b8ff

Browse files
committed
commit generated files
1 parent 2ec8b4e commit 8c7b8ff

File tree

2 files changed

+3465
-3355
lines changed

2 files changed

+3465
-3355
lines changed

src/grammar.json

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,22 @@
171171
"type": "STRING",
172172
"value": "'"
173173
},
174+
{
175+
"type": "SEQ",
176+
"members": [
177+
{
178+
"type": "STRING",
179+
"value": "'"
180+
},
181+
{
182+
"type": "IMMEDIATE_TOKEN",
183+
"content": {
184+
"type": "PATTERN",
185+
"value": "[^'\\n\\t ]"
186+
}
187+
}
188+
]
189+
},
174190
{
175191
"type": "SEQ",
176192
"members": [
@@ -837,11 +853,51 @@
837853
"content": {
838854
"type": "ALIAS",
839855
"content": {
840-
"type": "IMMEDIATE_TOKEN",
841-
"content": {
842-
"type": "PATTERN",
843-
"value": "[^|\\n\\t ]+"
844-
}
856+
"type": "CHOICE",
857+
"members": [
858+
{
859+
"type": "IMMEDIATE_TOKEN",
860+
"content": {
861+
"type": "PATTERN",
862+
"value": "[^|\\n\\t ]+"
863+
}
864+
},
865+
{
866+
"type": "IMMEDIATE_TOKEN",
867+
"content": {
868+
"type": "STRING",
869+
"value": "{"
870+
}
871+
},
872+
{
873+
"type": "IMMEDIATE_TOKEN",
874+
"content": {
875+
"type": "STRING",
876+
"value": "}"
877+
}
878+
},
879+
{
880+
"type": "IMMEDIATE_TOKEN",
881+
"content": {
882+
"type": "STRING",
883+
"value": "("
884+
}
885+
},
886+
{
887+
"type": "IMMEDIATE_TOKEN",
888+
"content": {
889+
"type": "STRING",
890+
"value": ")"
891+
}
892+
},
893+
{
894+
"type": "IMMEDIATE_TOKEN",
895+
"content": {
896+
"type": "STRING",
897+
"value": "`"
898+
}
899+
}
900+
]
845901
},
846902
"named": true,
847903
"value": "word"

0 commit comments

Comments
 (0)