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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • android/ndkAvatar android

    android/ndk

    2,287Vezi pe 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.

    Vezi pe GitHub↗2,287
  • xavierd/clang_completeAvatar xavierd

    xavierd/clang_complete

    1,945Vezi pe 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
    Vezi pe GitHub↗1,945
  • intel/llvmAvatar intel

    intel/llvm

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