⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
-
Updated
Jul 2, 2026 - Rust
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
GritQL is a query language for searching, linting, and modifying code.
A tool for refactoring code related to feature flag APIs
A tree-sitter based AST difftool to get meaningful semantic diffs
🔪📦 Javascript decompiler for modern frontend
AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.
ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK
High performance JavaScript to JavaScript compiler with a Rust core
Comprehensive tree-sitter grammar compilation with polyglot bindings — Rust, Python, Node.js, Go, Java, Ruby, Elixir, PHP, C#, WASM, Dart, Kotlin-Android, Swift, Zig, and CLI. 306+ languages.
Safe-to-use proc-macro-free self-referential structs in stable Rust.
Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.
Build Abstract Syntax Trees and tree-walking models quickly in Rust.
A high-performance tool for detecting code duplication based on Abstract Syntax Tree (AST).
Git for AI agents — zero merge conflicts, any number of parallel agents, same codebase
Rust-native code index MCP server with first-class 1C:Enterprise (BSL) support. Static binary, no runtime. 31 tools — 20 universal + 11 BSL-specific. Tree-sitter AST for 10 languages. Federation across multiple repos. Built for production-scale monorepos.
The code quality toolkit for the agentic AI era. Find dead code, clones, and scaffolding across 15 languages. MCP server + CLI.