From deaa6e9a34f24c1fdfeed0b98054c28e50100c12 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 23 Jul 2018 07:28:48 +0000 Subject: parser.y: right-associativity of -> --- src/libexpr/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y index 3ef896692e31..cbd576d7d126 100644 --- a/src/libexpr/parser.y +++ b/src/libexpr/parser.y @@ -273,7 +273,7 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err %token IND_STRING_OPEN IND_STRING_CLOSE %token ELLIPSIS -%left IMPL +%right IMPL %left OR %left AND %nonassoc EQ NEQ -- cgit 1.4.1