1 Repo
Tools that calculate code statistics by parsing complex syntax like nested comments and string literals.
Distinct from Source Code Compilers: Focuses on accurate parsing for statistics, distinct from general source code compilation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Syntax-Aware Statistics. Refine with filters or upvote what's useful.
Tokei is a command-line utility designed to analyze the composition of software projects by calculating the volume of source code, comments, and blank lines. It provides detailed metrics on codebase size and structure, allowing users to audit project distribution across multiple programming languages. The tool distinguishes itself through high-performance analysis capabilities that handle complex syntax, including nested comments and string literals. It utilizes parallel directory traversal and memory-mapped file access to process large codebases efficiently, while employing a centralized con
Calculates lines of code and comments while accurately parsing complex syntax like nested comments and string literals.