App-cloc
view release on metacpan or search on metacpan
673167326733673467356736673767386739674067416742674367446745674667476748674967506751
[
'call_regexp_common'
,
'C++'
],
],
'GraphQL'
=> [
[
'remove_matches'
,
'^\s*#'
],
[
'remove_inline'
,
'#.*$'
],
],
'Groovy'
=> [
[
'remove_inline'
,
'//.*$'
],
# separate /* inside quoted strings with two
# concatenated strings split between / and *
[
'replace_between_regex'
,
'(["\'])(.*?/)(\*.*?)\g1'
,
'(.*?)'
,
'"$1$2$1 + $1$3$1$4"'
],
[
'call_regexp_common'
,
'C++'
],
],
'Handlebars'
=> [
[
'remove_between_general'
,
'{{!--'
,
'--}}'
],
[
'remove_between_general'
,
'{{!'
,
'}}'
],
[
'remove_html_comments'
, ],
],
'Harbour'
=> [
[
'remove_matches'
,
'^\s*\&\&'
],
680768086809681068116812681368146815681668176818681968206821682268236824682568266827
[
'remove_matches'
,
'^\s*//'
],
[
'add_newlines'
, ],
[
'call_regexp_common'
,
'C'
],
],
'JavaServer Faces'
=> [
[
'call_regexp_common'
,
'C++'
],
],
'Java'
=> [
# separate /* inside quoted strings with two
# concatenated strings split between / and *
[
'replace_between_regex'
,
'(["\'])(.*?/)(\*.*?)\g1'
,
'(.*?)'
,
'"$1$2$1 + $1$3$1$4"'
],
[
'call_regexp_common'
,
'C++'
],
],
'JavaScript'
=> [
[
'call_regexp_common'
,
'C++'
],
],
'JSX'
=> [
[
'call_regexp_common'
,
'C++'
],
],
'JCL'
=> [ [
'remove_jcl_comments'
, ], ],
( run in 0.236 second using v1.01-cache-2.11-cpan-5f2e87ce722 )