Changes between Version 4 and Version 5 of IR
- Timestamp:
- 11/21/15 21:17:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v4 v5 26 26 27 27 * `Boolean` 28 * `$proc` 29 * `$scope` 30 * `$char` 31 * `$mem` 32 * `$bundle` 33 * `$heap` 34 * `$range` 35 * `$domain` 36 * `$domain(Integer n)` 37 * `enum` types 28 38 * Integer types 29 39 * `Integer` : the mathematical integers … … 33 43 * `Real` : the mathematical real numbers 34 44 * `Float<Integer e, Integer f>` : IEEE754 floating point numbers 35 * ` Struct`45 * `struct` types 36 46 * list of name-type pairs 37 47 * bit-widths? 48 * `union` types : similar to struct 38 49 * `Array<T>` 39 50 * `Array<Integer n,T>`
