Changes between Version 70 and Version 71 of IR


Ignore:
Timestamp:
11/26/15 07:53:01 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v70 v71  
    218218 * **Instead of casts would it be better to have explicit functions for each legal kind of cast?**
    219219* `\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 function
     220* `call(e0,<e1,...,en>)` : a function invocation where `e0` must evaluate to either an abstract or pure system function
    221221
    222222== The Primitive Statements ==