fix binary operators
This commit is contained in:
@@ -174,10 +174,6 @@
|
||||
"type": "SYMBOL",
|
||||
"name": "_expr_term"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "operation"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "conditional"
|
||||
@@ -211,6 +207,10 @@
|
||||
"type": "SYMBOL",
|
||||
"name": "for_expr"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "operation"
|
||||
},
|
||||
{
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
@@ -947,18 +947,12 @@
|
||||
]
|
||||
},
|
||||
"_function_call_start": {
|
||||
"type": "TOKEN",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": "("
|
||||
}
|
||||
"type": "STRING",
|
||||
"value": "("
|
||||
},
|
||||
"_function_call_end": {
|
||||
"type": "TOKEN",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": ")"
|
||||
}
|
||||
"type": "STRING",
|
||||
"value": ")"
|
||||
},
|
||||
"function_arguments": {
|
||||
"type": "PREC_RIGHT",
|
||||
|
||||
Reference in New Issue
Block a user