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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v10 v11  
    33== Elements of a TASS AST ==
    44
    5 See description of CIL AST: http://www.cs.berkeley.edu/~necula/cil/attributes.html
     5See 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
    69
    710Preprocessing: first, the file is preprocessed to create a stream of tokens with original source information.
     
    1619 * function declarations (no body)
    1720 * type definitions (typedef...)
    18  * statements
     21 * statements (may have label)
    1922   * assign
    2023   * assert