浏览代码

modified precedence of the merge operator in accordance to what is present in the original solution

Andrea Gussoni 8 年之前
父节点
当前提交
244c97212a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      acse/Acse.y

+ 1 - 1
acse/Acse.y

@@ -142,7 +142,7 @@ t_io_infos *file_infos;    /* input and output files used by the compiler */
 
 %left COMMA
 %left ASSIGN
-%left MERGE
+%nonassoc MERGE
 %left OROR
 %left ANDAND
 %left OR_OP