issues
search
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.72k
stars
1.02k
forks
source link
Support for the Yang language
#836
Closed
matthewhall79
closed
5 months ago
matthewhall79
commented
5 months ago
language name: Yang
file extension(s): yang
method(s) of commenting text: Identical to C++. Single line comments start with
//
and end at the end of the line. Block comment start with
/*
and end with the nearest following
*/
.
specification of language syntax:
https://www.ietf.org/rfc/rfc7950.html#section-6.1.1
location of sample code: Lots of examples in the following repo,
https://github.com/YangModels/yang
//
and end at the end of the line. Block comment start with/*
and end with the nearest following*/
.