Changes between Version 74 and Version 75 of IR2


Ignore:
Timestamp:
05/05/21 10:07:38 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v74 v75  
    129129  | '$heap'  /* heap type, for dynamic allocation */
    130130  | '$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 */
    134133  | 'void'   /* use as pointer element-type and return type of a function */
    135134  | '$seq' '<' type-name '>'  /* sequence of T */