awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • swig/swigswig का अवतार

    swig/swig

    6,294GitHub पर देखें↗

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