Skip to content

Commit

Permalink
link to jcloc repo, #839
Browse files Browse the repository at this point in the history
  • Loading branch information
AlDanial committed Jul 17, 2024
1 parent bf0ddd1 commit 49be0cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ at http://cloc.sourceforge.net/ since August 2006.
* [git and UTF8 pathnames](#git-and-UTF8-pathnames-)
* [Third Generation Language Scale Factors](#third-generation-language-scale-factors-)
* [options.txt configuration file](#optionstxt-configuration-file-)
* [Java Programmatic Interface](#java-programmatic-interface-)
* [Complex regular subexpression recursion limit ](#complex-regular-subexpression-recursion-limit-)
* [Limitations](#limitations-)
* [Requesting Support for Additional Languages](#requesting-support-for-additional-languages-)
Expand Down Expand Up @@ -2867,6 +2868,14 @@ from that location:
Run with ``--verbose`` to have cloc tell you which, if
any, ``options.txt`` file it uses.

[](1}}})
<a name="Java Programmatic Interface"></a> []({{{1)
## [Java Programmatic Interface &#9650;](#___top "click to go to top of document")

[Ozren Dabić](https://github.com/seart-group/jcloc/commits?author=dabico)
created a Java programmatic interface to cloc.
It is available at https://github.com/seart-group/jcloc

[](1}}})
<a name="complex_regex_recursion"></a> []({{{1)
# [Complex regular subexpression recursion limit &#9650;](#___top "click to go to top of document")
Expand Down

1 comment on commit 49be0cb

@dabico
Copy link

@dabico dabico commented on 49be0cb Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the mention! 🙏

Please sign in to comment.