diff --git a/latan/MathParser.ypp b/latan/MathParser.ypp index a55144a..681be81 100644 --- a/latan/MathParser.ypp +++ b/latan/MathParser.ypp @@ -53,8 +53,8 @@ %left '=' %left '+' '-' %left '*' '/' -%left '^' %nonassoc UMINUS +%left '^' %type stmt stmt_list expr func_args