Changes between Initial Version and Version 1 of Summer 2011


Ignore:
Timestamp:
05/22/11 15:01:03 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Summer 2011

    v1 v1  
     1= Summer Plan, 2011 =
     2
     3 * Tim Z.
     4    * Implement AST package and write model builder (AST->model)
     5    * Add TASS constructs as necessary to represent Chapel primitives
     6    * working order of accuracy examples
     7 * Alex
     8    * Design XML representation of TASS AST, including TASS AST schema, Java parser that reads XML and creates AST, and function to write XML file from AST
     9 * TIm M.
     10    * Write C++ program that uses Clang to walk through Clang AST and write TASS AST in XML format
     11    * Do similar thing for Chapel using the chpl compiler, which has AST representation of Chapel program