Changes between Version 101 and Version 102 of IR2
- Timestamp:
- 05/14/21 10:51:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR2
v101 v102 131 131 | '$heap' /* heap type, for dynamic allocation */ 132 132 | '$mem' /* set of memory locations */ 133 | 'struct' ID ('<' type-list '>')? /* structure type */134 | 'union' ID ('<' type-list '>')? /* union type */133 | 'struct' ID type-param-list? /* structure type */ 134 | 'union' ID type-param-list? /* union type */ 135 135 | 'void' /* use as pointer element-type and return type of a function */ 136 136 | '$seq' '<' type-name '>' /* sequence of T */
