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

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

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

1 个仓库

Awesome GitHub RepositoriesSource Code Diagnostics Collectors

Reporting utilities that gather and output syntax warnings and parsing errors encountered during code analysis.

Distinct from Source Code Error Location Reporters: Distinct from Source Code Error Location Reporters: focuses on collecting and outputting comprehensive diagnostic reports rather than editor line-number reporting alone.

Explore 1 awesome GitHub repository matching development tools & productivity · Source Code Diagnostics Collectors. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Source Code Diagnostics Collectors

Awesome Source Code Diagnostics Collectors GitHub Repositories

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

    whitequark/parser

    1,642在 GitHub 上查看↗

    Parser is a Ruby source code parser that converts raw source text into structured abstract syntax trees for static analysis and code manipulation. It features dynamic dispatch mechanisms that select specific grammar and tokeniser implementations at runtime, supporting both the executing interpreter version and explicitly targeted language specification versions. The library constructs abstract syntax tree nodes as frozen, immutable objects while tracking exact source file coordinates and character ranges for each node. Developers can supply custom builder objects to control how tree nodes ar

    Gathers and outputs syntax warnings and parsing errors encountered during code analysis.

    Yacc
    在 GitHub 上查看↗1,642