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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesSource Code

Collecting and reporting syntax errors and warnings from source files to identify and fix code issues early.

Distinct from Syntax Checking: Distinct from Syntax Checking: focuses on comprehensive code analysis diagnostics and warnings rather than basic interpreter parse checks.

Explore 1 awesome GitHub repository matching testing & quality assurance · Source Code. Refine with filters or upvote what's useful.

Awesome Source Code GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • whitequark/parserAvatar whitequark

    whitequark/parser

    1,642Vezi pe 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

    Collects and reports syntax errors and warnings from source files to identify code issues early.

    Yacc
    Vezi pe GitHub↗1,642
  1. Home
  2. Testing & Quality Assurance
  3. Code Quality Checks
  4. PHP Language Standards
  5. Syntax Checking
  6. Source Code