Eric S. Raymond
Announcing loccount release 2.25 Your system package manager probably knows this as 'loccount' Count source lines of code (SLOC) and logical lines of code (LLOC). This is a faster implementation (in Go) of David A. Wheeler's sloccount tool. It can count LLOC as well as SLOC and handles a wider spread of languages, as well. New in this release: Code sudited with ChatGPT 6 (Astra), Repair handng of the -g option. Repair the handling of the -u option. Handle continued C line comments. Use 64-bit flag masks on all architectures. Report unreadable source files and exit with failure. Recognize CRLF heredoc terminators. Skip symlinks before counting repository files. Keep generated files excluded during neighbor inference. Fix scanner hangs on lines larger than the input buffer. 766 languages supported. https://gitlab.com/esr/loccoun