Changes between Version 9 and Version 10 of IR
- Timestamp:
- 11/21/15 23:26:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v9 v10 66 66 * `T[]` : array-of-T 67 67 * `Function<S1,...,Sn;T>` 68 * `T*` : pointer-to-T 68 * `void*` : all pointers 69 * `T*` : pointer-to-T, subtype of above 69 70 70 71 When are two types equal? … … 88 89 * "abc" : string literals (array of char -- same as array literal?) 89 90 * `$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)` 92 95 * `e1+e2` : addition 93 96 * `e1-e2` : subtraction
