Changes between Version 12 and Version 13 of C to tass-AST xml


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

--

Legend:

Unmodified
Added
Removed
Modified
  • C to tass-AST xml

    v12 v13  
    66 * Should it contain semantic information, e.g., types, and variables?
    77 * How will it handle things like (foo)*bar: this could be either a cast of *bar to type foo, or it could be the product of foo and bar; you need to know whether foo defines a type, which is some semantic information
     8   * cf. http://www.computing.surrey.ac.uk/research/dsrg/fog/CxxGrammar.y
     9   * approach: just choose one way, then change in later pass when analyzing
    810
    911== Elements of a TASS AST ==