[ast2C] printer: ok.
This commit is contained in:
@@ -5,9 +5,11 @@ let
|
||||
tel
|
||||
|
||||
node n (i: int) returns (o1, o2: int);
|
||||
var t1, t2: int; c: bool;
|
||||
var u1, u2, t1, t2: int; c: bool;
|
||||
let
|
||||
c = true -> not pre c;
|
||||
(t1, t2) = aux (i) when c;
|
||||
(o1, o2) = aux (i);
|
||||
(u1, u2) = aux (i) when (not c);
|
||||
o1 = merge c t1 u1;
|
||||
o2 = merge c t2 u2;
|
||||
tel
|
||||
|
Reference in New Issue
Block a user