mshockwave / nacroLinks
A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system
☆64Updated 5 years ago
Alternatives and similar repositories for nacro
Users that are interested in nacro are comparing it to the libraries listed below
Sorting:
- C++ compile-time Rust's like macro_rules implementation☆92Updated last year
- ☆102Updated 3 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆49Updated 4 years ago
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆53Updated 7 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆57Updated 2 years ago
- A binary optimization/specialization library supporting multiple rewriters☆120Updated 4 years ago
- A Clang plugin for generating CLIs from unmodified C++ functions/classes.☆36Updated 4 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- Dynamic runtime inlining with LLVM☆67Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆88Updated 2 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆122Updated 4 months ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- C++2x Performance library☆105Updated 2 months ago
- performance experiments for C++ exception handling☆32Updated 3 years ago
- C++20 SIMD Within A Register library☆47Updated 9 months ago
- Collection of scripts used for building a complete, standalone Clang/LLVM-based toolchain. See: https://clang.llvm.org/docs/Toolchain.htm…☆19Updated 2 years ago
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆124Updated 7 years ago
- ☆125Updated 4 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆75Updated 7 months ago
- Clang with JIT extensions☆237Updated 3 years ago
- Generic hash function for STL style unordered containers☆39Updated last month
- LALR(1) parser for C++☆80Updated last year
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated last week
- Nurikabe puzzle solver☆47Updated 2 years ago
- C++20 Static Branch library☆96Updated 8 months ago
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆143Updated 2 weeks ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆57Updated 5 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last month