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

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

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

2 个仓库

Awesome GitHub RepositoriesParser Plugin Architectures

Systems that allow extending data parsing capabilities through modular plugins or external scripts.

Distinct from Capability Extensions: Candidates are too specialized in protocol or AI inference capabilities; this is a general plugin system for link parsing logic.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Parser Plugin Architectures. Refine with filters or upvote what's useful.

Awesome Parser Plugin Architectures GitHub Repositories

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

    fkling/astexplorer

    6,538在 GitHub 上查看↗

    AST Explorer 是一个基于 Web 的工具,用于将源代码解析为抽象语法树并可视化生成的树结构。它作为一个代码检查器和转换游乐场,允许用户通过交互式浏览器界面探索各种编程语言的结构表示。 该工具提供了一个转换环境,用户可以在其中应用修改规则来解析树,以测试代码修改逻辑。它具有双向映射功能,随着光标在编辑器中移动,可以同时突出显示匹配的树节点和源文本。 该平台支持通过文件上传或拖放界面导入代码,并允许通过状态编码的 URL 共享特定的代码状态和解析器配置。

    Features a modular architecture that allows dynamic loading of various language parsing libraries as plugins.

    JavaScript
    在 GitHub 上查看↗6,538
  • qaiu/netdisk-fast-downloadqaiu 的头像

    qaiu/netdisk-fast-download

    2,633在 GitHub 上查看↗

    This project is a cloud storage link resolver and direct link generator that transforms sharing links from various cloud and music sharing platforms into direct download URLs. It functions as a programmatic interface that returns file metadata and download paths in JSON format for use in external applications and download managers. The system features a JavaScript parser framework that allows for the implementation of new link conversion logic via dynamic scripts without requiring application recompilation. To maintain service availability, it includes a request router that distributes outgoi

    Allows adding new storage providers by registering parser extensions written in JavaScript.

    Javaapidownloaddrive
    在 GitHub 上查看↗2,633
  1. Home
  2. Software Engineering & Architecture
  3. Parser Plugin Architectures