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 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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mojang/brigadierAvatar de Mojang

    Mojang/brigadier

    3,698Ver en 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
    Ver en GitHub↗3,698
  1. Home
  2. Software Engineering & Architecture
  3. Parse Result Objects