Changes between Version 9 and Version 10 of C to tass-AST xml


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

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v9 v10  
    22
    33== Elements of a TASS AST ==
     4
     5See description of CIL AST: http://www.cs.berkeley.edu/~necula/cil/attributes.html
    46
    57Preprocessing: first, the file is preprocessed to create a stream of tokens with original source information.
     
    1012 * identifiers
    1113 * type expressions
    12    * integer, real, boolean, char, t[], t*, record{...}
     14   * integer, real, boolean, char, t[], t*, record{...}, function, enumerations
    1315 * function definitions (body)
    1416 * function declarations (no body)
     
    2628   * until
    2729   * break
     30   * continue
     31   * goto
     32   * return
     33   * no-op
    2834   * compound ({...})
    2935      * variable declaration section