cloc (Count Lines Of Code) counts, and computes differences of, comment lines, blank lines, and physical lines of source code in many programming languages.
cloc is now being developed at https://github.com/AlDanial/cloc
Features
- Count lines of code, comments, blanks in many programming languages.
- Compute differences in lines of code and comments between two versions of a code base.
License
GNU General Public License version 2.0 (GPLv2)Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
-
Fantastic - just what I was looking for. Nice breakdown of all source code in a directory by language, listing lines of code, blank lines and comment lines, with total, and a per-language file count. Really easy to use as well - just point it at your source directory.
-
It worked wonderfully on my MATLAB project. Thank you!
-
It just works
-
Quite useful tool! I'm fond of its multi-platform support!
-
Since for C# it is not possible to ignore "*.Designer.cs" files it isn't very useful for .NET! But it seems to be fine for C/C++. Why the hell is the .exe file so huge? (11 MB!)