| Projects on Google Code | Results 1 - 1 of 1 |
This is an Awk script that I wrote to compute C code metrics. It looks at code and comments via regular expressions and computes
* Lines of code (non-blank)
* Number of comments (multiline and single-line accounted for)
* Raw lines of text
* Total code
* Total comments
* Comment perce...