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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v15 v16  
    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?