Clarpse - The Way Source Code Was Meant To Be Analyzed
Clarpse is a multi-language source code analysis tool designed for extracting deep structural relationships between entities in a codebase — classes, methods, fields, imports, and the connections between them. It exposes these relationships through a clean, language-agnostic API that decouples downstream tooling from any particular compiler or parser. Features like jump-to-definition, find-usages, type inference, and…
Read article ↗