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,336GitHub पर देखें↗

    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