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

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

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

1 个仓库

Awesome GitHub RepositoriesBidirectional Transformations

Mechanisms for converting structured syntax trees back into their original source text representation.

Distinct from Syntax Tree Transformers: Distinct from general Syntax Tree Transformers by specifically enabling the return path from AST to plain text source code.

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

Awesome Bidirectional Transformations GitHub Repositories

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

    microsoft/tsdoc

    4,954在 GitHub 上查看↗

    TSDoc 是一个用于在 TypeScript 代码中编写结构化注释的文档标准和规范。它提供了一个可移植的系统,用于在源代码中定义元数据、标签和交叉引用,以确保在不同工具链之间实现一致的解析和渲染。 该项目包含一个文档注释解析器,可将注释转换为结构化语法树,以及一个强制执行语法一致性的验证器。它允许通过外部配置文件定义自定义文档标签,并支持多种语法验证模式以协助规范合规性。 该规范涵盖了广泛的 API 文档需求,包括标记发布阶段、稳定性和弃用状态。它支持详细说明函数参数、返回值和异常类型,以及管理内部可见性、继承和声明之间的交叉引用。

    Converts structured syntax trees back into plain text comments to allow for automated modification of source code.

    TypeScriptcommentsdoc-commentsdocumentation
    在 GitHub 上查看↗4,954
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Syntax Tree Transformers
  6. Bidirectional Transformations