Changes between Version 7 and Version 8 of C to tass-AST xml


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

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v7 v8  
    3131      * literals (including named literals)
    3232      * variable
    33       * +,-,*,/,%,<,<=,>,>=,==,!=,!,&&,||
     33      * +,-,*,/,%,<,<=,>,>=,==,!=,!,&&,\|\|
    3434      * x++, x--, ++x, --x, x+=a, x*=a, ...
    3535      * bit-wise operators?
     
    4040      * function invocation f(x)
    4141
    42 
    43 C Example:
     42How to handle pre-processor macros?   Include in AST?
     43
     44
     45== C Example ==
     46
    4447{{{
    4548#include <stdio.h>