Changes between Version 9 and Version 10 of IR


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

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v9 v10  
    6666* `T[]` : array-of-T
    6767* `Function<S1,...,Sn;T>`
    68 * `T*` : pointer-to-T
     68* `void*` : all pointers
     69 * `T*` : pointer-to-T, subtype of above
    6970
    7071When are two types equal?
     
    8889 * "abc" : string literals (array of char -- same as array literal?)
    8990 * `$root`, `$here` (values of type `$scope`)
    90  * `$self`, `$proc_null`, `$proc_undef`? (values of type `$proc`)
    91 * variable
     91 * `$self`, `$proc_null` (values of type `$proc`)
     92 * `NULL` (pointer value)
     93* variables
     94* `$defined(e1)`
    9295* `e1+e2` : addition
    9396* `e1-e2` : subtraction