awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesRecursive-Descent Parsers

Parsing engines that use recursive function calls to match tokens against nested command hierarchies.

Distinct from Nested Command Structures: Focuses on the specific recursive matching algorithm for token streams rather than just the hierarchical structure.

Explore 1 awesome GitHub repository matching development tools & productivity · Recursive-Descent Parsers. Refine with filters or upvote what's useful.

Awesome Recursive-Descent Parsers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • yargs/yargsAvatar de yargs

    yargs/yargs

    11,492Ver en GitHub↗

    yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings into structured JavaScript objects, providing a toolkit for building terminal applications with nested sub-commands, dedicated handlers, and a structured user interface. The framework distinguishes itself through automated help text generation, which constructs formatted usage menus and instructions based on registered metadata. It also provides shell completion generation for Bash and Zsh and uses string-distance algorithms to offer typo correction suggestions when invalid inpu

    Walks nested command structures using recursive-descent parsing to match input tokens against defined handlers.

    JavaScript
    Ver en GitHub↗11,492
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Nested Command Structures
  5. Recursive-Descent Parsers