Changes between Version 101 and Version 102 of IR2


Ignore:
Timestamp:
05/14/21 10:51:22 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v101 v102  
    131131  | '$heap'  /* heap type, for dynamic allocation */
    132132  | '$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 */
    135135  | 'void'   /* use as pointer element-type and return type of a function */
    136136  | '$seq' '<' type-name '>'  /* sequence of T */