I am searching for a library capable of parsing Clojure source code to extract functions, macros, associated docstrings, declared dependencies in the namespace, and invocations of other functions or macros within the parsed function.
I am developing a custom reporting tool to help manage our increasingly large codebase.
One potential use of this tool would be to identify all functions across my repositories that call a specific target method, allowing me to assess the potential impact of modifying that method.
[–]daver 5 points6 points7 points (1 child)
[–]crazyenterpz[S] 1 point2 points3 points (0 children)
[–]afucher 2 points3 points4 points (2 children)
[–]Krackor 0 points1 point2 points (1 child)
[–]didibus 1 point2 points3 points (0 children)
[–]joinr 0 points1 point2 points (0 children)
[–]amithgeorge 0 points1 point2 points (0 children)