awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • android/ndkandroid 的头像

    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_completexavierd 的头像

    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/llvmintel 的头像

    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