Changes between Version 104 and Version 105 of IR2


Ignore:
Timestamp:
05/14/21 16:35:01 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v104 v105  
    310310
    311311{{{
     312<T1,T2> struct $pair { T1 left; T2 right; };
     313<T1,T2> typedef struct $pair<T1,T2> $pair;
    312314<T> $system alloc($heap * h, $int n);  // heap allocation of n elements of type T
    313315$system $free($void * p);  // frees something that was $alloc-ed