Changes between Version 74 and Version 75 of IR2
- Timestamp:
- 05/05/21 10:07:38 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR2
v74 v75 129 129 | '$heap' /* heap type, for dynamic allocation */ 130 130 | '$mem' /* set of memory locations */ 131 | 'enum' ID /* enumerated type */ 132 | 'struct' ID /* structure type */ 133 | 'union' ID /* union type */ 131 | 'struct' ID ('<' type-list '>')? /* structure type */ 132 | 'union' ID ('<' type-list '>')? /* union type */ 134 133 | 'void' /* use as pointer element-type and return type of a function */ 135 134 | '$seq' '<' type-name '>' /* sequence of T */
