awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesImmutable Nodes

Abstract syntax tree nodes constructed as frozen, immutable objects to eliminate concurrency risks.

Distinct from Abstract Syntax Tree Generators: Distinct from Abstract Syntax Tree Generators: focuses specifically on the immutability and frozen state of generated nodes rather than the generation engine itself.

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

Awesome Immutable Nodes 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.
  • whitequark/parserAvatar de whitequark

    whitequark/parser

    1,642Voir sur 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

    Constructs abstract syntax tree nodes as frozen, immutable objects that eliminate concurrency risks.

    Yacc
    Voir sur GitHub↗1,642
  1. Home
  2. Software Engineering & Architecture
  3. Abstract Syntax Tree Parsing
  4. Abstract Syntax Tree Generators
  5. Immutable Nodes