Expose 'condition' node

This commit is contained in:
Bruno BELANYI 2024-04-23 15:47:30 +00:00
parent d01bcf0f6d
commit ff40b39dcf
6 changed files with 1032 additions and 1038 deletions

8
src/grammar.json generated
View file

@ -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": [
{