awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesParse Result Objects

Structured objects that capture the state, matched nodes, and errors of a parsing operation.

Distinct from Parsing Result Inspectors: None of the candidates cover the generic pattern of storing a parse outcome in a result object for subsequent inspection.

Explore 1 awesome GitHub repository matching software engineering & architecture · Parse Result Objects. Refine with filters or upvote what's useful.

Awesome Parse Result Objects GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mojang/brigadierAvatar Mojang

    Mojang/brigadier

    3,698Vezi pe GitHub↗

    Brigadier is a command-line parser and dispatcher that maps text-based inputs to executable functions using a hierarchical tree of arguments. It provides a system for defining nested command structures and typed arguments to route user input to specific handlers. The library includes a command syntax generator that automatically produces human-readable usage strings and documentation based on defined command nodes. It transforms raw strings into structured data to identify valid command sequences and pinpoint syntax errors. The framework covers command tree routing, input syntax validation,

    Stores the outcome of parse operations in objects that track matched nodes and pinpoint syntax errors.

    Javamojang-active
    Vezi pe GitHub↗3,698
  1. Home
  2. Software Engineering & Architecture
  3. Parse Result Objects