diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-19 23:38:22 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-21 14:41:02 -0600 |
commit | c70602fbadc426e0d9a652b6f4c3f3551cb2174a (patch) | |
tree | c79df332751005b692c9ac7d9d713cc09b59f790 /development/coccinelle/README | |
parent | 4f35a1144bd059f1e2a3c57165f80592030e8cac (diff) | |
download | slackbuilds-c70602fbadc426e0d9a652b6f4c3f3551cb2174a.tar.gz |
development/coccinelle: Added (matching and transformation engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/coccinelle/README')
-rw-r--r-- | development/coccinelle/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/coccinelle/README b/development/coccinelle/README new file mode 100644 index 0000000000..9d439a718d --- /dev/null +++ b/development/coccinelle/README @@ -0,0 +1,3 @@ +Coccinelle allows programmers to easily write some complex +style-preserving source-to-source transformations on C source code, +like for instance to perform some refactorings. |