Bug 5966 - Implement arithmetic negation, plus
Summary: Implement arithmetic negation, plus
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2008-03-18 19:50 UTC by Teresa Thomas
Modified: 2008-03-31 21:47 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.