Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 7

coccinelle-examples-1.0.7-2.mga7.i586.rpm

@a@
identifier x;
@@

foo(x);

@script:ocaml b@
x << a.x;
y;
z;
@@

y := make_ident x;
z := make_ident "something"

@c@
identifier b.y;
identifier b.z;
identifier a.x;
@@

- bar();
+ matched_bar(y,z,x);