tree-sitter

Tag

Cards List
#tree-sitter

How AST-grep Rewrote Tree-sitter in Rust and Made It 30% Faster

Hacker News Top · 2026-07-26 Cached

ast-grep rewrote Tree-sitter's C core in Rust, achieving up to 30% faster parsing and 22% faster end-to-end performance in ast-grep, at the cost of slightly higher memory usage.

0 favorites 0 likes
#tree-sitter

fred: A text editor that uses C for everything - Handmade Network Expo 2026

Lobsters Hottest · 2026-07-14 Cached

Cameron Damera demonstrated Fred, a text editor written entirely in C, at Handmade Network Expo 2026. Its core features include an embedded TCC compiler, a live plugin system, dynamic Tree-sitter language support, an undo tree, and session recovery. All code is hand-written without AI assistance.

0 favorites 0 likes
#tree-sitter

@AriXZone: The Linux kernel, a very large project with 28 million lines of code and 75,000 files, takes only about 3 minutes to index, with sub-millisecond query responses. codebase-memory-mcp is an open-source MCP server from DeusData that provides AI coding assistants (Claude Cod…

X AI KOLs Timeline · 2026-07-03 Cached

DeusData has open-sourced an MCP server called codebase-memory-mcp, which pre-parses code repositories into persistent knowledge graphs, providing AI coding assistants with sub-millisecond code structure query capabilities. It supports 158 languages, reduces token consumption by approximately 99% compared to traditional grep, and has extremely fast indexing speed.

0 favorites 0 likes
#tree-sitter

@QingQ77: Provides coding agents with tree-sitter-based, structured, byte-precise, low-token codebase access https://github.com/Entelligentsia/grove… Wrote a dual-purpose tool in Rust: can be used as both a CLI and via MCP protocol

X AI KOLs Timeline · 2026-07-01 Cached

Grove is a Rust-powered tool that uses tree-sitter to provide coding agents with structured, byte-precise, token-efficient access to codebases, supporting 27 languages via CLI and MCP server.

0 favorites 0 likes
#tree-sitter

Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

Hacker News Top · 2026-06-22 Cached

Kyde is a fast native Git client and code editor built in Rust using Zed's gpui framework, featuring GPU rendering, side-by-side diffs, tree-sitter syntax highlighting, and a hand-tuned dark theme.

0 favorites 0 likes
#tree-sitter

@GitHub_Daily: When using AI-assisted programming, asking a simple question requires flipping through files one by one, which wastes tokens and easily leads to wrong context. codebase-memory-mcp parses the entire codebase into a knowledge graph, allowing AI to directly 'understand' the project structure. A single executable written in pure C, zero dependencies, …

X AI KOLs Timeline · 2026-06-20 Cached

codebase-memory-mcp is a tool written in pure C that parses the entire codebase into a knowledge graph, supports 158 programming languages, is compatible with 11 AI coding agent tools, greatly improving AI's understanding of project structure and reducing token consumption.

0 favorites 0 likes
#tree-sitter

Emacs 31 Is Around the Corner: The Changes I'm Daily Driving

Hacker News Top · 2026-06-18 Cached

Emacs 31 is approaching with improvements like simpler tree-sitter setup and a built-in markdown-ts-mode. The article details features the author has been using from the development branch, highlighting reduced configuration overhead.

0 favorites 0 likes
#tree-sitter

Changes in Emacs 31 I'm Already Daily Driving

Lobsters Hottest · 2026-06-18 Cached

Emacs 31 introduces tree-sitter improvements that simplify grammar installation and includes a new built-in markdown-ts-mode. The author has been daily driving these changes from the development branch.

0 favorites 0 likes
#tree-sitter

@austinit: Hey friends! Highly recommend CodeGraph: a tool that turns your entire codebase into a structured knowledge graph! It uses Tree-sitter to accurately parse AST, supports 20+ languages, and can be directly fed to AI agents like Claude/Cursor. Before modifying code, instantly see the impact scope, with incredibly accurate context. In practice, tokens are saved by 16% and tool calls reduced by 58%, all local and super secure. Start with one command: npx @colbymchenry/codegraph. A must-have for heavy AI coding! https://colbymchenry.github.io/codegraph/ Worth a try!

X AI KOLs Timeline · 2026-06-17 Cached

CodeGraph is a local-first tool that converts codebases into structured knowledge graphs. It uses Tree-sitter to precisely parse ASTs and supports over 20 languages. Through the MCP protocol, it directly feeds AI coding agents like Claude and Cursor, helping quickly analyze code impact scope while reducing token consumption and tool call frequency.

0 favorites 0 likes
#tree-sitter

archex: local-first, deterministic code-context for AI agents — no API key, no telemetry (Apache 2.0)

Reddit r/LocalLLaMA · 2026-06-15

archex is a local-first, deterministic tool that builds token-budgeted code context bundles for AI agents, using a full retrieval pipeline (BM25F, local embeddings, cross-encoder reranker, dependency-graph expansion) on your hardware with no API keys or telemetry, outperforming alternatives in recall and efficiency.

0 favorites 0 likes
#tree-sitter

Weave: Merging based on language structure and not lines

Hacker News Top · 2026-06-14 Cached

Weave is an entity-level semantic merge driver for Git that resolves conflicts by parsing code with tree-sitter, merging functions and classes instead of lines. It supports 28 languages and offers additional coordination and MCP server features for multi-agent workflows.

0 favorites 0 likes
#tree-sitter

@VincentLogic: This open-source project cuts Claude Code's costs by 25%. It doesn't build new models or a new IDE. It just draws a "code map" for the AI coding agent. Traditional approach: the model reads the entire repo → token explosion. Its approach: first parse the code with Tree-si…

X AI KOLs Timeline · 2026-06-09 Cached

An open-source project uses Tree-sitter to parse code into a graph structure and store it in local SQLite, providing a code map for AI coding agents, thereby reducing token consumption and costs. On average, it saves 57% tokens and reduces costs by 25%. Supports tools like Claude Code, Cursor, aider, etc.

0 favorites 0 likes
#tree-sitter

[Open Source] I built a full Git MCP server in Go that doesn't just wrap bash. It uses tree-sitter, handles real plumbing (write-tree), and runs 100% locally.

Reddit r/artificial · 2026-05-30

git-courer is a full Git MCP server written in Go that uses tree-sitter for semantic code analysis, communicates via structured JSON, and supports 13 clients with local-first operation.

0 favorites 0 likes
#tree-sitter

Spy‑code: local codebase graph for AI agents (feedback wanted)

Reddit r/AI_Agents · 2026-05-21

Spy-code is an open-source tool that builds a local codebase graph using tree-sitter, extracting functions, classes, and references to give AI coding agents a structured map of the codebase, currently supporting Rust, Python, TypeScript/JS, and Go.

0 favorites 0 likes
#tree-sitter

Why Tree-Sitter Is Inadequate for Program Analysis

Lobsters Hottest · 2026-05-11 Cached

The article explains why Tree-sitter is unsuitable for deep program analysis, highlighting how it discards critical tokens like operators and keywords. It advocates for using the Cubix framework as a more robust alternative for building semantic analysis and refactoring tools.

0 favorites 0 likes
#tree-sitter

@tom_doerr: Transforms projects into navigable knowledge graphs for AI agents https://github.com/Muvon/octocode

X AI KOLs Timeline · 2026-05-08 Cached

Octocode transforms code projects into navigable knowledge graphs for AI agents like Claude, Cursor, and Windsurf, using tree-sitter AST parsing and MCP integration to enable semantic search and dependency navigation.

0 favorites 0 likes
#tree-sitter

vitali87/code-graph-rag

GitHub Trending (daily) · 3d ago Cached

Code-Graph-RAG is an open-source tool that parses multi-language codebases with Tree-sitter, builds a knowledge graph in Memgraph, and lets you query, edit, and optimize code using plain English. It supports monorepos with mixed languages under a unified graph schema.

0 favorites 0 likes
#tree-sitter

tirth8205/code-review-graph

GitHub Trending (daily) · 2026-07-20 Cached

code-review-graph is a Python tool that builds a structural map of code using Tree-sitter, tracks incremental changes, and provides precise context to AI coding assistants via MCP, significantly reducing token usage during code review tasks.

0 favorites 0 likes
#tree-sitter

DeusData/codebase-memory-mcp

GitHub Trending (daily) · 2026-06-17 Cached

Codebase-memory-mcp is an ultra-fast code intelligence engine for AI coding agents that indexes entire repositories in milliseconds and answers structural queries in under 1ms using tree-sitter AST analysis and a persistent knowledge graph, with support for 158 languages and 14 MCP tools.

0 favorites 0 likes
← Back to home

Submit Feedback