forked from coccinelle/coccinelle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauthors.txt
41 lines (28 loc) · 1.02 KB
/
authors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Here are the authors and maintainers of the different parts of coccinelle:
* Julia Lawall <[email protected]>
- parsing_cocci/ (parsing SmPL, isomorphism handling)
- engine/ (ast_cocci to ctl, sgrep)
- ctl/ (symbolic model checker)
- tools/
- standard.iso
* Yoann Padioleau <[email protected]>
- parsing_c/ (parsing C, unparsing C, type checking, control flow, C diff)
- engine/ (pattern matching and transforming, unparsing, ctl integration)
- main.ml, cocci.ml (driver), testing.ml
- configure, txt files, Makefiles
- globals/
- extra/, tools/, scripts/
- commons/ (utility functions, e.g. for logging, profiling, regression testing)
- editors/emacs/cocci.el
- standard.h
* Rene Rydhof Hansen <[email protected]>
- Original version of the model checker in ctl/
- editors/emacs/cocci-ediff.el
- scripts/extractor.awk
* Henrik stuart <[email protected]>
- python/ (python SmPL extension and a coccinelle GUI)
* Nicolas Palix <[email protected]>
- ocaml/ (OCaml SmPL extension)
- scripts/spatch.bash_completion
* All
- tests/ demos/