mshockwave / nacro
A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system
☆65Updated 4 years ago
Alternatives and similar repositories for nacro:
Users that are interested in nacro are comparing it to the libraries listed below
- ☆57Updated 8 months ago
- C++ compile-time Rust's like macro_rules implementation☆92Updated last year
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆55Updated last year
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- The Fancy Named Parameters Library☆31Updated last week
- C++20 Static Branch library☆56Updated last week
- performance experiments for C++ exception handling☆30Updated 3 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆73Updated 4 months ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated 3 weeks ago
- A binary optimization/specialization library supporting multiple rewriters☆112Updated 4 years ago
- A Clang plugin for generating CLIs from unmodified C++ functions/classes.☆33Updated 3 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Generic hash function for STL style unordered containers☆35Updated this week
- Prints values and types during compilation!☆57Updated 2 years ago
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- A static reflection framework for C++, using libclang.☆55Updated 2 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- A generic C++17 parser-combinator library with a natural grammar notation.☆122Updated 4 years ago
- Experimental JSON builder based on C++ reflection☆50Updated 3 weeks ago
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆52Updated 6 years ago
- Replacement for std::optional that does not waste memory unnecessarily☆119Updated last month
- IFC format specification☆77Updated last week
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 4 years ago
- Header-only llvm::Expected<T>☆37Updated 5 years ago
- A plugin for Clang compiler☆117Updated 3 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year