Преглед на файлове

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