[ast2C] merge ok (needs linearization)

This commit is contained in:
dsac
2022-12-18 10:41:36 +01:00
parent 1d4e1820e4
commit ce686f6c9a
4 changed files with 33 additions and 10 deletions

View File

@@ -5,6 +5,9 @@ let
tel
node n (i: int) returns (o1, o2: int);
var t1, t2: int; c: bool;
let
c = true -> not pre c;
(t1, t2) = aux (i) when c;
(o1, o2) = aux (i);
tel