Changes between Version 7 and Version 8 of C to tass-AST xml
- Timestamp:
- 04/10/11 10:46:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C to tass-AST xml
v7 v8 31 31 * literals (including named literals) 32 32 * variable 33 * +,-,*,/,%,<,<=,>,>=,==,!=,!,&&, ||33 * +,-,*,/,%,<,<=,>,>=,==,!=,!,&&,\|\| 34 34 * x++, x--, ++x, --x, x+=a, x*=a, ... 35 35 * bit-wise operators? … … 40 40 * function invocation f(x) 41 41 42 43 C Example: 42 How to handle pre-processor macros? Include in AST? 43 44 45 == C Example == 46 44 47 {{{ 45 48 #include <stdio.h>
