Changes between Version 4 and Version 5 of IR


Ignore:
Timestamp:
11/21/15 21:17:11 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v4 v5  
    2626
    2727* `Boolean`
     28* `$proc`
     29* `$scope`
     30* `$char`
     31* `$mem`
     32* `$bundle`
     33* `$heap`
     34* `$range`
     35* `$domain`
     36 * `$domain(Integer n)`
     37* `enum` types
    2838* Integer types
    2939 * `Integer` : the mathematical integers
     
    3343 * `Real` : the mathematical real numbers
    3444 * `Float<Integer e, Integer f>` : IEEE754 floating point numbers
    35 * `Struct`
     45* `struct` types
    3646 * list of name-type pairs
    3747 * bit-widths?
     48* `union` types : similar to struct
    3849* `Array<T>`
    3950 * `Array<Integer n,T>`