Implement decrement, increment; arithmetic minus, plus operations. frysk-core/frysk/expr/ChangeLog: 2008-03-18 Teresa Thomas <tthomas@redhat.com> * CExpr.g (ARITHMETIC_PLUS): New (ARITHMETIC_MINUS): New (PREINCREMENT, PREDECREMENT): New (POSTINCREMENT, POSTDECREMENT): New * CExprEvaluator.g: Implement above ops. * TestArithmetics.java (testAdd): Add tests. * TestbedSymTab.java (kappa): New.