cflat transforms C source code into a tabular format where each line is prefixed with its scope (usually the function declaration). The output can easily be processed with traditional Unix tools to do things like count functions or filter out certain scopes. Additionally, cflat can strip or extract comments and string literals. cflat also works for languages with similar syntax, like C++ or Java.
| Tags | Software Development Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |