Changes between Version 20 and Version 21 of C to tass-AST xml
- Timestamp:
- 04/13/11 11:16:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C to tass-AST xml
v20 v21 54 54 * literals (including named literals): integers, reals, strings, chars 55 55 * variable 56 * operators: +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, | | 56 * operators: +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, | |, (x?y:z) 57 57 * special kinds of assignments: x++, x--, ++x, --x, x+=a, x*=a, ... 58 58 * bit-wise operators?
