Added a kraken cloc definition and script to run cloc with the definition.
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cloc --read-lang-def=kraken_cloc_definition.txt .
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
Kraken
|
||||||
|
filter remove_matches ^\s*//
|
||||||
|
filter remove_inline //.*$
|
||||||
|
filter call_regexp_common C
|
||||||
|
extension krak
|
||||||
|
3rd_gen_scale 1.0
|
||||||
Reference in New Issue
Block a user