Changes between Version 21 and Version 22 of C to tass-AST xml
- Timestamp:
- 04/16/11 21:29:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C to tass-AST xml
v21 v22 28 28 * type definitions (typedef...) 29 29 * statements (may have label) 30 * assign 30 * assign (translate x+=a, x*=a, ...) 31 31 * assert 32 32 * assume … … 54 54 * literals (including named literals): integers, reals, strings, chars 55 55 * variable 56 * operators: +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, | |, (x?y:z) 57 * special kinds of assignments: x++, x--, ++x, --x, x+=a, x*=a, ...56 * operators: +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, | |, (x?y:z), bitand, bitor, bitxor, lshift, rshift 57 * assignments: x++, x--, ++x, --x 58 58 * bit-wise operators? 59 59 * &,* (pointer operations)
