Skip to content
Snippets Groups Projects
Commit ed1db429 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* List concatenation must be right-associative for efficiency.

parent deb75bb4
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ static Pos makeCurPos(YYLTYPE * loc, void * data)
%right UPDATE
%left NEG
%left '+'
%left CONCAT
%right CONCAT
%nonassoc '?'
%nonassoc '~'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment