Has anybody used BC on source code files, for comparison stats or counting based on LOGICAL lines of code (instead of physical LOCs)?
By LOGICAL source lines of code (SLOC) I mean the statement lines of code in a source file, defined as data, executable, and pre-processor directives. Each logical executable statement is terminated by a source statement delimiter.
Thanks!
By LOGICAL source lines of code (SLOC) I mean the statement lines of code in a source file, defined as data, executable, and pre-processor directives. Each logical executable statement is terminated by a source statement delimiter.
Thanks!
Comment