fix complication error

This commit is contained in:
vel 2024-11-13 17:51:37 -08:00
parent afdc01e5f7
commit 8aae70da64
Signed by: velvox
GPG Key ID: 59D9762F674151DF
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ mathmaticalexpr : type_expr
| container_expr
| type_expr container_expr
;
container_expr : TOKEN_LEFT_PARENTHESIS op_parms TOKEN_RIGHT_PARENTHESIS
container_expr : TOKEN_LEFT_PARENTHESIS op_parms_list TOKEN_RIGHT_PARENTHESIS
;
booleanexpr : mathmaticalexpr TOKEN_LESS_THAN term
| mathmaticalexpr TOKEN_GREATER_THAN term