sloc-languages 1.6.13

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

(* Block comment *)
let hello () = printfn "hello"