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

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

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

1 个仓库

Awesome GitHub RepositoriesSemantic Expression Differencing

Calculating the semantic differences between two code expressions to determine transformation steps.

Distinct from Expression Transformers: Focuses on calculating the difference and transformation path between two expressions, whereas Expression Transformers generally apply a single transformation.

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

Awesome Semantic Expression Differencing GitHub Repositories

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

    tobymao/sqlglot

    9,336在 GitHub 上查看↗

    sqlglot is a SQL parser and transpiler that represents queries as abstract syntax trees to enable structural analysis, modification, and semantic transformation. It functions as a dialect translator and query optimizer, converting SQL code between different database engines and simplifying syntax trees through rule-based normalization. The project provides a framework for defining custom SQL dialects by overriding tokenizers, parsers, and generators. It includes a lineage analyzer to track data flow from source tables through complex queries to identify the origin of specific columns. Additi

    Calculates the semantic difference between two expressions and generates the sequence of actions required to transform one into the other.

    Python
    在 GitHub 上查看↗9,336
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Semantic Expression Differencing