Adding support for sum expressions.
[repair.git] / Repair / RepairCompiler / MCC / MDL.cup
index c25e436d398a1eec03e0ab72a20fd32f5095774a..0ba43a71ad934cfe86fac970311e46cbc02a20f9 100755 (executable)
@@ -139,6 +139,7 @@ parser code {:
     terminal SUB; 
     terminal MULT; 
     terminal DIV;
+    terminal SUM;
 
     terminal NOT;
     terminal LT;