awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesSerialization

Processes for converting a syntax tree back into a plain text string.

Distinct from Syntax Tree Construction: Distinct from Construction: focuses on the output of a string from a tree, not the creation of the tree from text.

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

Awesome Serialization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • remarkjs/remarkAvatar von remarkjs

    remarkjs/remark

    8,911Auf GitHub ansehen↗

    Remark is a markdown processor and transformer that converts markdown text into a structured JSON abstract syntax tree for programmatic manipulation. It functions as a plugin-based tool within the unified ecosystem, allowing users to parse, transform, and stringify markdown content. The project is distinguished by its extensibility through a plugin system that supports custom markdown syntax extensions, the introduction of new markup elements, and the definition of custom processing logic. This framework enables the modification of content through a visitor-pattern traversal of the syntax tre

    Implements the ability to serialize a structured syntax tree back into a markdown string.

    JavaScript
    Auf GitHub ansehen↗8,911
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Serialization