awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesSyntax Checking

Verification of language-specific parse correctness using a compiler or interpreter.

Distinct from PHP Language Standards: Focuses on basic parse errors (syntax) rather than broad idiomatic standards or style.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Syntax Checking. Refine with filters or upvote what's useful.

Awesome Syntax Checking GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sds/overcommitsds का अवतार

    sds/overcommit

    4,008GitHub पर देखें↗

    Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali

    Uses the PHP interpreter to detect parse errors in modified files before they are committed.

    Ruby
    GitHub पर देखें↗4,008
  • whitequark/parserwhitequark का अवतार

    whitequark/parser

    1,642GitHub पर देखें↗

    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
    GitHub पर देखें↗1,642
  1. Home
  2. Testing & Quality Assurance
  3. Code Quality Checks
  4. PHP Language Standards
  5. Syntax Checking

सब-टैग एक्सप्लोर करें

  • Source CodeCollecting 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.