Request Support for Additional Language Thrift
Brought to you by:
alnd
Thrift interface description language
https://github.com/apache/thrift/blob/master/doc/specs/idl.md
File extensions associated with the language.
.thrift
If the language does not rely on file extensions and instead works with fixed file names or with #! style program invocations, explain what those are.
I have never seen a #! on a thrift file
A description of how comments are defined.
// C++ comment
/* c style comment */
# the new unix comment
/** Some doc text goes here. Wow I am [nesting these] (no more nesting.) */
Links to sample code.
https://github.com/apache/thrift/blob/master/test/DocTest.thrift
I have been using
thrift
filter remove_matches ^\s*#
filter remove_inline #.*$
extension thrift
missing many comments
Anonymous
Note that cloc moved to github more than three years ago: https://github.com/AlDanial/cloc
I just added support for Thrift there.