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