fix operations; add one line blocks

This commit is contained in:
mhoffm
2021-06-19 21:01:03 +02:00
parent d61fefced0
commit b1c3109853
5 changed files with 10946 additions and 8990 deletions

View File

@@ -126,6 +126,10 @@
{
"type": "block",
"named": true
},
{
"type": "one_line_block",
"named": true
}
]
}
@@ -514,6 +518,29 @@
]
}
},
{
"type": "one_line_block",
"named": true,
"fields": {},
"children": {
"multiple": true,
"required": true,
"types": [
{
"type": "expression",
"named": true
},
{
"type": "identifier",
"named": true
},
{
"type": "string_lit",
"named": true
}
]
}
},
{
"type": "operation",
"named": true,