Changes between Version 20 and Version 21 of C to tass-AST xml


Ignore:
Timestamp:
04/13/11 11:16:42 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v20 v21  
    5454      * literals (including named literals): integers, reals, strings, chars
    5555      * variable
    56       * operators: +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, | |
     56      * operators: +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, | |, (x?y:z)
    5757      * special kinds of assignments: x++, x--, ++x, --x, x+=a, x*=a, ...
    5858      * bit-wise operators?