Changes between Version 70 and Version 71 of IR
- Timestamp:
- 11/26/15 07:53:01 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v70 v71 218 218 * **Instead of casts would it be better to have explicit functions for each legal kind of cast?** 219 219 * `\ite(e1,e2,e3)`: if-then-else (conditional) expression, like `e1?e2:e3` in C. 220 * ` e0(e1,...,en)` : a function invocation where `e` must evaluate to either an abstract or pure system function220 * `call(e0,<e1,...,en>)` : a function invocation where `e0` must evaluate to either an abstract or pure system function 221 221 222 222 == The Primitive Statements ==
