| 3 | | == General == |
| | 3 | |
| | 4 | == Release 1.0 == |
| | 5 | |
| | 6 | Release 1.0 is scheduled for June 1, 2010. This is the first public release of TASS. Here is a list of features we expect in the release: |
| | 7 | |
| | 8 | * the MiniMP front-end we have been using |
| | 9 | * A C front-end, supporting at least a subset of C, with either pragmas or type qualifiers used to provide the meta-information needed by TASS. |
| | 10 | * XML representation of a model, including a model extractor which takes C source and produces a model in XML format, and the ability to read the XML file and construct a model from it |
| | 11 | * convenient binary packaging that bundles everything together and makes installation as easy as possible. Versions for OS X, Windows, and linux (32- and 64-bit in each case). |
| | 12 | * relatively complete HTML documentation on the TASS web page: background, usage, MiniMP language reference, TASS Intermediate Representation (including XML) |
| | 13 | * bigger, more complex examples (e.g., laplace) |
| | 14 | * complete javadocs |
| | 15 | |
| | 16 | == General To-Do Items == |