Changes between Version 12 and Version 13 of C to tass-AST xml
- Timestamp:
- 04/10/11 14:57:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C to tass-AST xml
v12 v13 6 6 * Should it contain semantic information, e.g., types, and variables? 7 7 * 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 8 10 9 11 == Elements of a TASS AST ==
