awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesTree Mutations

Mechanisms for modifying and replacing nodes within a syntax tree to transform code.

Distinct from Syntax Traversal: Distinct from traversal, which is read-only; mutations focus on the folder pattern for generating new code structures.

Explore 1 awesome GitHub repository matching software engineering & architecture · Tree Mutations. Refine with filters or upvote what's useful.

Awesome Tree Mutations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dtolnay/syndtolnay 的头像

    dtolnay/syn

    3,292在 GitHub 上查看↗

    syn is a Rust syntax tree parser and token stream converter. It serves as a toolkit for procedural macro development, providing a framework to parse Rust source code into structured syntax trees for analysis and transformation. The project enables the manipulation of Rust abstract syntax trees through specialized visitor and folder patterns for traversing and mutating nodes. It provides a bidirectional mapping that allows developers to convert token streams into structured trees and print those trees back into tokens for code generation. The library covers a broad range of syntax analysis ca

    Implements specialized visitor and folder patterns for traversing and mutating Rust abstract syntax trees.

    Rustproc-macro
    在 GitHub 上查看↗3,292
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Syntax Traversal
  6. Tree Mutations