awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • yargs/yargsAvatar de yargs

    yargs/yargs

    11,492Voir sur 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
    Voir sur GitHub↗11,492
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Nested Command Structures
  5. Recursive-Descent Parsers