1 रिपॉजिटरी
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.
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.