Posted Jan 21, 2009 1:30 UTC (Wed) by padator (guest, #56235)
[Link]
From the web pages of Deydra and gtk-rewriter it seems deydra
does not support any transformation (just analysis, and you have
to write javascripts code apparently to match over C code), and gtk-rewrite
have a few transformations hard-coded in a file. The goal of coccinelle
is to make it easy to specify code patterns and transformations. You
use a syntax you already know for that: C (not javascripts on ASTs), and
the patch syntax.
For elsa I can not speak, it's not clear what is their goal
and what they can do.