awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesProcessing Engines

Integrated systems for parsing, transforming, and serializing text via syntax trees.

Distinct from Syntax Tree Transformers: Distinct from Syntax Tree Transformers: covers the full end-to-end lifecycle of parsing, transforming, and serializing, rather than just mutation.

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

Awesome Processing Engines GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • unifiedjs/unifiedunifiedjs का अवतार

    unifiedjs/unified

    4,999GitHub पर देखें↗

    Unified is a syntax tree processing engine and content ecosystem designed to parse, transform, and serialize text content. It functions as a plugin-based content pipeline that converts raw text into structured abstract syntax trees using plain JavaScript objects for programmatic inspection and modification. The project distinguishes itself through a modular architecture that enables cross-ecosystem translation, allowing syntax trees to be converted between different specifications such as HTML and Markdown. It utilizes a system of immutable processor cloning and shared state containers, ensur

    Provides a complete engine for the three-stage lifecycle of parsing text to a tree, transforming it, and serializing it back.

    JavaScriptastcstjavascript
    GitHub पर देखें↗4,999
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Processing Engines