Changes between Version 23 and Version 24 of C to tass-AST xml


Ignore:
Timestamp:
04/18/11 11:35:24 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v23 v24  
    5959         * a[i] (array index)
    6060         * x.a (record navigation)
    61       * assignments: x++, x--, ++x, --x
     61      * assignments: x=expr, x++, x--, ++x, --x
     62      * quantifiers: \forall, \exists, \uniform, \sum
    6263      * function invocation f(x)
    6364      * initializers (special kind of expression used to initialize variables in their decl)