Changes between Version 9 and Version 10 of C to tass-AST xml
- Timestamp:
- 04/10/11 13:46:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C to tass-AST xml
v9 v10 2 2 3 3 == Elements of a TASS AST == 4 5 See description of CIL AST: http://www.cs.berkeley.edu/~necula/cil/attributes.html 4 6 5 7 Preprocessing: first, the file is preprocessed to create a stream of tokens with original source information. … … 10 12 * identifiers 11 13 * type expressions 12 * integer, real, boolean, char, t[], t*, record{...} 14 * integer, real, boolean, char, t[], t*, record{...}, function, enumerations 13 15 * function definitions (body) 14 16 * function declarations (no body) … … 26 28 * until 27 29 * break 30 * continue 31 * goto 32 * return 33 * no-op 28 34 * compound ({...}) 29 35 * variable declaration section
