01Allows querying of code structure and semantics
021 GitHub stars
03Parses code into Abstract Syntax Trees (ASTs) using tree-sitter
04Provides contextualized code insights based on structural information
05Generates Abstract Semantic Graphs (ASGs) with data flow and control flow information
06Supports multiple languages including Python, JavaScript, TypeScript, Go, Rust, C/C++, and Java