awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • android/ndkAvatar von android

    android/ndk

    2,287Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗2,287
  • xavierd/clang_completeAvatar von xavierd

    xavierd/clang_complete

    1,945Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,945
  • intel/llvmAvatar von intel

    intel/llvm

    1,497Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,497
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. C# Compilers
  5. C and C++ Compilation