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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • swig/swigAvatar de swig

    swig/swig

    6,294Ver en 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
    Ver en 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