Support for Clean language
Brought to you by:
alnd
Clean (http://clean.cs.ru.nl/Clean) is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications.
File extensions: .icl, .dcl
Comments:
///* and */. This can be nested, therefore in /* x /* y */ z */, z will still be a comment.Example code: https://github.com/camilstaps/iClean/blob/master/iclean.icl combines both comment styles. .dcl and .icl files are not significantly different for counting lines of code.
Thanks!
Anonymous
implemented on github https://github.com/AlDanial/cloc