cppimport
C++ compiler
A tool to import and compile C++ code from Python directly during runtime
Import C++ files directly from Python!
1k stars
40 watching
67 forks
Language: Python
last commit: 6 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pollardbanknote/cppbackport | A C++ library that ported new features to older standards | 38 |
pytorch/extension-cpp | Enables the creation of custom C++ extensions with CUDA support in PyTorch | 1,017 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,557 |
soiu/tpython | A tiny, ahead-of-time compiled Python implementation designed to translate Pythonic++ to WASM. | 6 |
andreikop/cpp2python | A tool that converts C/C++ source code to Python, performing simple edit operations to facilitate manual editing and formatting. | 169 |
cppcon/cppcon2017 | A collection of presentation materials from CppCon 2017, including slides and code for talks on various C++ topics. | 1,785 |
malamanteau/handycpp | A collection of utility functions to simplify C++17 development | 13 |
skystrife/cpptoml | A C++ library for parsing TOML configuration files | 587 |
myint/cppclean | A tool that scans C++ source code to detect issues like unused code and unnecessary includes. | 702 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
tplgy/cppcodec | A header-only C++11 library for encoding/decoding various binary data formats | 617 |
nponeccop/hnc | A compiler that translates Haskell code into C++ code for efficient execution | 62 |
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 727 |
taviso/ctypes.sh | A foreign function interface plugin for bash that allows calling C functions from within bash scripts. | 2,107 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 472 |