Update RSParserImpl.y

This commit is contained in:
IRBorisov 2024-05-06 21:48:34 +03:00
parent 97614cc3bf
commit 5c2ef6fbc7

View File

@ -381,9 +381,9 @@ setexpr
| setexpr_binary | setexpr_binary
| setexpr_generators | setexpr_generators
| FUNCTION LS setexpr_enum RS { $$ = FunctionCall($1, $3, $4); } | FUNCTION LS setexpr_enum RS { $$ = FunctionCall($1, $3, $4); }
| operation_name LP setexpr RPE { $$ = TextOperator($1, $3, $4); } | text_function LP setexpr RPE { $$ = TextOperator($1, $3, $4); }
; ;
operation_name text_function
: BOOL : BOOL
| DEBOOL | DEBOOL
| RED | RED