awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Parsers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesParsers

Libraries and tools for transforming source code into structured representations like abstract syntax trees.

Distinguishing note: Focuses on the configuration of the parsing process itself rather than the language runtime.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Parsers. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Parsers

Awesome Parsers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • fish-shell/fish-shell

    fish-shell/fish-shell

    32,697View on GitHub↗

    This project is an interactive command-line shell designed to provide a user-friendly terminal environment for system interaction and task automation. It functions as both an interactive interface for developers and a scripting runtime, featuring a clean, consistent syntax that simplifies command execution and process management. The shell distinguishes itself through a focus on discoverability and real-time feedback. It includes a predictive suggestion engine that offers command completions and history-based hints as you type, alongside a dedicated parser that provides immediate visual feedb

    Analyzes command strings in real-time to provide immediate visual feedback on syntax validity.

    Rustfishrustshell
    32,697View on GitHub↗
  • eslint/eslint

    eslint/eslint

    27,008View on GitHub↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    Adjust how source code is interpreted by enabling specific language features like syntax extensions or reserved words to ensure accurate tree generation.

    JavaScriptecmascripteslintjavascript
    27,008View on GitHub↗