Adding support for sum expressions.
[repair.git] / Repair / RepairCompiler / MCC / SDL.cup
index be328fec4ae7f284858b6429a3ca016c2c0dbb39..454717108727fa5f02a0b5660169ea27667fd081 100755 (executable)
@@ -122,6 +122,7 @@ parser code {:
     terminal SUB; 
     terminal MULT; 
     terminal DIV;
     terminal SUB; 
     terminal MULT; 
     terminal DIV;
+    terminal SUM;
 
     terminal NOT;
     terminal LT;
 
     terminal NOT;
     terminal LT;