Code Line Counter
Paste source code to count total lines, blank lines, comment lines, and lines of code. Detects // and # and /* */ style comments.
How to Use
Paste your source code and click Count Lines. The tool counts blank lines, lines starting with // or # or inside /* */, and the rest as code. All processing is done in your browser.