loc 1.1 review
Downloadloc project provides the capability to count source and comment lines in multiple languages, currently including C/C++, Matlab/Octave
|
|
loc project provides the capability to count source and comment lines in multiple languages, currently including C/C++, Matlab/Octave, IDL, Java, Lisp, , Perl, PHP, Python, Fortran, SAS, shell, SQL, and Tcl/Expect.
Multiple files can be scanned, with recusion through subdirectories, and the grand total counts will also be given.
This program requires an ANSI C (1989 or 1999) compiler and a POSIX-compatible system, but should port easily to any conforming system.
The Makefile is configured to use gcc, to install the software in /usr/local/{bin,man}, and to use the native install program. If these are not suitable, modify the Makefile as needed.
Installation:
1. Unpack the tarball.
2. Configure the Makefile if necessary.
3. Run "make".
4. Run "make install" as root.
What's New in This Release:
Support for several new languages was added.
loc 1.1 search tags