Changes between Version 15 and Version 16 of IR
- Timestamp:
- 11/21/15 23:53:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v15 v16 114 114 * `$typeof(...)`: what is this for? 115 115 * `$sizeof(T)` : T is a type name? 116 * all the bit-wise operations116 * `e1&e2`, `e1|e2`, `e1^e2`, `~e1` : bit-wise operations: arguments are arrays of booleans 117 117 118 Semantics issues119 120 * define every possible cast121 * define every possible +, etc.122 * define every kind of pointer value and casts between pointer types123 * casts between pointer and integer types?124 118 125 119 == Statements == … … 151 145 == Semantics == 152 146 147 Semantics issues 148 149 * define every possible cast 150 * define every possible +, etc. 151 * define every kind of pointer value and casts between pointer types 152 * casts between pointer and integer types? 153 153 154 154 === Values === 155 156 155 157 156 158 === Transitions === … … 159 161 160 162 == Libraries == 163 164
