mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 01:00:36 +03:00
Update RSParserImpl.y
This commit is contained in:
parent
97614cc3bf
commit
5c2ef6fbc7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user