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

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

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

4 个仓库

Awesome GitHub RepositoriesInterchangeable Parser Integrations

Support for multiple parsing engines to handle different language standards and experimental syntax.

Distinct from Syntax Parsers: Focuses on the ability to swap parsing engines for compatibility, rather than just generating the tree.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Interchangeable Parser Integrations. Refine with filters or upvote what's useful.

Awesome Interchangeable Parser Integrations GitHub Repositories

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

    standard/standard

    29,431在 GitHub 上查看↗

    Standard is a suite of static analysis tools for JavaScript, comprising a linter, formatter, and a predefined style guide. It functions as a static code analyzer that scans source code for style violations and potential errors without executing the program. The project provides an automatic code fixer that rewrites source code to resolve formatting issues and enforce syntax consistency. It implements a standardized set of rules for JavaScript formatting and syntax to ensure a uniform appearance across different projects. The system covers a wide range of static analysis capabilities, includi

    Supports swapping the default language parser for alternative implementations to handle experimental or non-standard syntax.

    JavaScriptdevelopmentecmascriptes6
    在 GitHub 上查看↗29,431
  • postcss/postcsspostcss 的头像

    postcss/postcss

    28,968在 GitHub 上查看↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    Supports interchangeable parsers and stringifiers to handle various style languages and custom syntaxes.

    TypeScriptastcssframework
    在 GitHub 上查看↗28,968
  • facebook/jscodeshiftfacebook 的头像

    facebook/jscodeshift

    9,952在 GitHub 上查看↗

    jscodeshift is a JavaScript AST transformation toolkit and codemod engine designed for large-scale code refactoring and structural migrations. It provides a set of utilities to parse source code into abstract syntax trees, programmatically modify those trees, and convert them back into source text. The tool distinguishes itself by preserving original source formatting and stylistic properties during the transformation process. It utilizes a builder for generating structurally valid AST nodes and integrates interchangeable parsing engines to support different language standards and experimenta

    Integrates interchangeable parsing engines to support various JavaScript standards and experimental syntax features.

    JavaScript
    在 GitHub 上查看↗9,952
  • jonschlinkert/markdown-tocjonschlinkert 的头像

    jonschlinkert/markdown-toc

    1,752在 GitHub 上查看↗

    Markdown-toc is a utility for generating and maintaining tables of contents within markdown files. It functions as both a command-line interface and a programmatic library, enabling the automated creation of structured navigation links based on the heading hierarchy of a document. The tool distinguishes itself through its marker-based injection system, which allows for the precise placement and updating of navigation blocks within existing files. It includes a dedicated transformation pipeline for slugifying heading text into URL-friendly identifiers, ensuring that generated links remain cons

    Supports interchangeable parsing engines to decouple document analysis logic from specific markdown syntax implementations.

    JavaScriptjavascriptjonschlinkertmarkdown
    在 GitHub 上查看↗1,752
  1. Home
  2. Software Engineering & Architecture
  3. Syntax Parsers
  4. Interchangeable Parser Integrations