1 repositorio
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.
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.