Changes between Version 71 and Version 72 of IR2
- Timestamp:
- 05/04/21 15:10:33 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR2
v71 v72 223 223 | '*' expr /* pointer dereference */ 224 224 | '&' lvalue /* address-of */ 225 | expr '(' expression-list? ')' /* application of abstract function (and perhaps other functions?) */ 225 226 | $new(type-name) /* returns a new arbitrary value of the given type */ 226 227 | '$forall' '(' decl expr? ')' expr /* universal quantification */
