AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.3k stars 1.02k forks source link

Add Odin support #515

Closed ghost closed 4 years ago

ghost commented 4 years ago

https://odin-lang.org and https://github.com/odin-lang/Odin File Extension: .odin Example Code: https://github.com/odin-lang/Odin/blob/master/examples/demo/demo.odin Comments: // and / /

AlDanial commented 4 years ago

Note: cloc will fail on nested / / comments.