sloc-languages 1.6.13

Language detection and lexical SLOC analysis for 60 languages — IEEE 1045-1992 compliant
Documentation
1
2
3
4
5
6
// Single line comment
const x = 1; // mixed comment

pub fn hello() void {
    _ = x;
}