1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00

math parser: operator precedence fix

This commit is contained in:
Antonin Portelli 2014-02-20 20:21:17 +00:00
parent 16a7ad808b
commit 242c3f4225

View File

@ -53,8 +53,8 @@
%left '='
%left '+' '-'
%left '*' '/'
%left '^'
%nonassoc UMINUS
%left '^'
%type <val_node> stmt stmt_list expr func_args