Changes between Version 10 and Version 11 of C to tass-AST xml
- Timestamp:
- 04/10/11 13:49:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C to tass-AST xml
v10 v11 3 3 == Elements of a TASS AST == 4 4 5 See description of CIL AST: http://www.cs.berkeley.edu/~necula/cil/attributes.html 5 See description of CIL AST: 6 * http://www.cs.berkeley.edu/~necula/cil/api/ 7 * http://www.cs.berkeley.edu/~necula/cil/api/Cil.html 8 6 9 7 10 Preprocessing: first, the file is preprocessed to create a stream of tokens with original source information. … … 16 19 * function declarations (no body) 17 20 * type definitions (typedef...) 18 * statements 21 * statements (may have label) 19 22 * assign 20 23 * assert
