Changes between Version 2 and Version 3 of C to tass-AST xml


Ignore:
Timestamp:
04/10/11 09:45:57 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v2 v3  
    33== Elements of a TASS AST ==
    44
    5 * type expressions
    6 ** integer, real, boolean, char, t[], t*, record{...}
    7 * statements
    8 ** assign
    9 ** while
    10 ** for
    11 ** break
    12 ** compound
    13 *** variable declaration section
    14 *** sequence of statements
    15 ** variable declaration
    16 *** with possible initialization expression
     5 * type expressions
     6   * integer, real, boolean, char, t[], t*, record{...}
     7 * statements
     8   * assign
     9   * while
     10   * for
     11   * break
     12   * compound
     13      * variable declaration section
     14      * sequence of statements
     15   * variable declaration
     16      * with possible initialization expression
    1717*** possible array extents
    1818*** static, ...?