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