Changes between Version 71 and Version 72 of IR2


Ignore:
Timestamp:
05/04/21 15:10:33 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v71 v72  
    223223  | '*' expr  /* pointer dereference */
    224224  | '&' lvalue  /* address-of */
     225  | expr '(' expression-list? ')'  /* application of abstract function (and perhaps other functions?) */
    225226  | $new(type-name)  /* returns a new arbitrary value of the given type */
    226227  | '$forall' '(' decl expr? ')' expr  /* universal quantification */