Changeset 2042 for to-imperative/trunk/compiler/rfp_as2as.rf
- Timestamp:
- Jul 27, 2006, 9:32:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/compiler/rfp_as2as.rf
r2034 r2042 114 114 eL e.assigns (RESULT t.Pragma e.Re) (<Format-Exp e.Re>); 115 115 }; 116 (NOT (BRANCH t.p1 e.body)) eR = 117 <Unstick-Blocks e.body> :: e.body t.empty, 118 eL (NOT (BRANCH t.p1 e.body)) <Unstick-Blocks eR>; 116 119 (ITER (BRANCH t.p1 e.body) t.IterVars (BRANCH t.p2 e.condition)) = 117 120 <Unstick-Blocks e.body> :: e.body t, … … 130 133 Flatten-Result s.N (e.Re) e.items, e.items : { 131 134 t1 e.rest, t1 : \{ (BLOCK e); (BLOCK? e); } = 132 <Gener-Var-Indices s.N (<Format-Exp e.Re>) "aux" "result"> :: e.aux1 s.N, 135 <Format-Exp e.Re> :: e.Fe, 136 <MSG (e.Fe) (e.Fe)> :: e.Fe, // hack for avoiding non-hard formats 137 <Gener-Var-Indices s.N (e.Fe) "aux" "result"> :: e.aux1 s.N, 133 138 <Unstick-Blocks t1> :: e1 (e.Format), 134 139 <Gener-Var-Indices s.N (e.Format) "aux" "block"> :: e.aux2 s.N,
Note: See TracChangeset
for help on using the changeset viewer.