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.75k stars 1.02k forks source link

Request for language support: Constraint Grammar / cg3 #709

Closed unhammer closed 1 year ago

unhammer commented 1 year ago

Thanks for making cloc, very nice tool :-) I'd like to request support for:

AlDanial commented 1 year ago

I didn't add logic to support # within double quotes because a line of code with a string will be counted as code regardless of whether or not it contains a #. Regular shell rules seem sufficient.