awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesC and C++ Compilation

Translates source code written in C, C++, and Objective-C into machine-executable instructions using an underlying compiler infrastructure.

Distinct from C# Compilers: Distinct from C# compilers: handles native C, C++, and Objective-C frontend parsing and instruction emission.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · C and C++ Compilation. Refine with filters or upvote what's useful.

Awesome C and C++ Compilation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • android/ndkالصورة الرمزية لـ android

    android/ndk

    2,287عرض على GitHub↗

    The project is a development kit and compilation toolchain that builds C and C++ source files into native machine code libraries and shared library packages for mobile execution. It integrates target architecture toolchains with standard build systems to transform source code into deployable native modules. The toolset includes debugging and profiling capabilities that bridge low-level system debuggers with compiled binaries to inspect runtime execution states, register contents, and memory layouts. It provides performance monitoring instrumentation to measure execution bottlenecks and resour

    Transforms C and C++ source files into deployable native modules using standard build systems.

    عرض على GitHub↗2,287
  • xavierd/clang_completeالصورة الرمزية لـ xavierd

    xavierd/clang_complete

    1,945عرض على GitHub↗

    clang_complete is a Vim text editor extension that integrates completion engines to display suggestions directly inside the editing window, specifically operating as a Vim plugin that uses a compiler backend to provide contextual code completion for C and C++ source files. It aids software development by parsing source code and providing accurate symbol suggestions based on build flags. The extension queries a compiler instance to parse source files and generate syntax-aware completion candidates while executing parsing operations outside the main editor thread to maintain interface responsiv

    Queries an underlying compiler infrastructure to parse C and C++ source files and generate completion candidates.

    Python
    عرض على GitHub↗1,945
  • intel/llvmالصورة الرمزية لـ intel

    intel/llvm

    1,497عرض على GitHub↗

    The project is a reusable collection of modular compiler and toolchain technologies designed for building optimizers, code generators, and multi-language programming environments. It provides foundational compiler frontend technologies that translate source code written in C, C++, and Objective-C into a low-level programming language and intermediate code format. This intermediate representation enables cross-language analysis, program transformation, and target-independent optimization alongside a cross-platform programming framework that allows developers to write single-source accelerated a

    Translates source code written in C, C++, and Objective-C into machine-executable instructions using an underlying compiler infrastructure.

    LLVMintelllvmoneapi
    عرض على GitHub↗1,497
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. C# Compilers
  5. C and C++ Compilation