Bug 5966

Summary: Implement arithmetic negation, plus
Product: frysk Reporter: Teresa Thomas <tthomas>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

Description Teresa Thomas 2008-03-18 19:50:44 UTC
 
Comment 1 Teresa Thomas 2008-03-31 21:47:47 UTC
    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.