소스 검색

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