Expose 'condition' node
This commit is contained in:
parent
d01bcf0f6d
commit
ff40b39dcf
6 changed files with 1032 additions and 1038 deletions
8
src/grammar.json
generated
8
src/grammar.json
generated
|
|
@ -491,7 +491,7 @@
|
|||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_select_value"
|
||||
"name": "condition"
|
||||
},
|
||||
{
|
||||
"type": "SEQ",
|
||||
|
|
@ -505,7 +505,7 @@
|
|||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_select_value"
|
||||
"name": "condition"
|
||||
},
|
||||
{
|
||||
"type": "REPEAT",
|
||||
|
|
@ -518,7 +518,7 @@
|
|||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "_select_value"
|
||||
"name": "condition"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -545,7 +545,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"_select_value": {
|
||||
"condition": {
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue