awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesLanguage Version Dispatch Mechanisms

Mechanisms that dynamically select specific parser grammar and tokeniser implementations based on target language version specifications.

Distinct from Version-Specific Bytecode Dispatch: Distinct from Version-Specific Bytecode Dispatch: focuses on language grammar specification versioning rather than compiled bytecode format versioning.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Language Version Dispatch Mechanisms. Refine with filters or upvote what's useful.

Awesome Language Version Dispatch Mechanisms GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • whitequark/parserAvatar de whitequark

    whitequark/parser

    1,642Ver en GitHub↗

    Parser is a Ruby source code parser that converts raw source text into structured abstract syntax trees for static analysis and code manipulation. It features dynamic dispatch mechanisms that select specific grammar and tokeniser implementations at runtime, supporting both the executing interpreter version and explicitly targeted language specification versions. The library constructs abstract syntax tree nodes as frozen, immutable objects while tracking exact source file coordinates and character ranges for each node. Developers can supply custom builder objects to control how tree nodes ar

    Dynamically selects specific grammar and tokeniser implementations at runtime to support multiple distinct language specification versions.

    Yacc
    Ver en GitHub↗1,642
  1. Home
  2. Programming Languages & Runtimes
  3. Language Version Dispatch Mechanisms