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 RepositoriesParse-Tree-to-Binding Transformers

Tools that transform an internal parse tree of C/C++ source into target language bindings through a multi-stage pipeline.

Distinct from Syntax Tree Transformers: Distinct from Syntax Tree Transformers: focuses on transforming a parse tree into language bindings, not general code restructuring.

Explore 1 awesome GitHub repository matching software engineering & architecture · Parse-Tree-to-Binding Transformers. Refine with filters or upvote what's useful.

Awesome Parse-Tree-to-Binding Transformers 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.
  • swig/swigAvatar de swig

    swig/swig

    6,294Voir sur GitHub↗

    SWIG is a tool that generates wrapper code to expose C and C++ libraries to a wide range of higher-level programming languages. It reads annotated C/C++ header files and produces language-specific bindings from a single interface definition, supporting languages such as Python, Java, Ruby, C#, Perl, and many others. The generated wrapper code is free from the project's GPL license, allowing users to distribute it under their own terms. The tool handles modern C++ features including templates, namespaces, smart pointers, and constructs up to C++20 through specialized parsing and code generatio

    Builds an internal parse tree from C/C++ source and transforms it into target language bindings.

    SWIG
    Voir sur GitHub↗6,294
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Syntax Tree Transformers
  6. Parse-Tree-to-Binding Transformers