forked from lix-project/lix
* List concatenation must be right-associative for efficiency.
This commit is contained in:
parent
deb75bb414
commit
ed1db42915
|
@ -64,7 +64,7 @@ static Pos makeCurPos(YYLTYPE * loc, void * data)
|
||||||
%right UPDATE
|
%right UPDATE
|
||||||
%left NEG
|
%left NEG
|
||||||
%left '+'
|
%left '+'
|
||||||
%left CONCAT
|
%right CONCAT
|
||||||
%nonassoc '?'
|
%nonassoc '?'
|
||||||
%nonassoc '~'
|
%nonassoc '~'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue