mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
* 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
|
||||
%left NEG
|
||||
%left '+'
|
||||
%left CONCAT
|
||||
%right CONCAT
|
||||
%nonassoc '?'
|
||||
%nonassoc '~'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user