Changes between Version 16 and Version 17 of C to tass-AST xml


Ignore:
Timestamp:
04/10/11 21:50:27 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

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