Summary: | Implement unary ++, -- operators | ||
---|---|---|---|
Product: | frysk | Reporter: | Teresa Thomas <tthomas> |
Component: | general | Assignee: | 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:49:58 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. |