keiichiw / constexpr-8cc
Compile-time C Compiler implemented as C++14 constant expressions
☆804Updated 3 years ago
Alternatives and similar repositories for constexpr-8cc:
Users that are interested in constexpr-8cc are comparing it to the libraries listed below
- x86-64 assembler library☆480Updated 4 years ago
- C++ metaprogramming shell☆476Updated last week
- A C++14 cheat-sheet on lvalues, rvalues, xvalues, and more☆406Updated last year
- Experimental deferred and unordered destruction library for C++☆913Updated 5 years ago
- zapcc is a caching C++ compiler based on clang, designed to perform faster compilations☆1,252Updated 4 years ago
- A C++ HTML template engine that uses compile time HTML parsing☆390Updated 6 years ago
- C-Reduce, a C and C++ program reducer☆1,568Updated 10 months ago
- EsoLangVM Compiler Infrastructure☆1,183Updated 8 months ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- Experimental wrapper over LLVM for generating and compiling code at run-time.☆379Updated 5 years ago
- A superoptimizer for LLVM IR☆2,218Updated 7 months ago
- Missed optimizations in C compilers☆341Updated 7 years ago
- A clang tool for happy refactoring without source-code gymnastics☆249Updated 5 years ago
- C Foreign Function Interface and JIT using Clang/LLVM☆549Updated this week
- A drop-anywhere C++ REPL☆839Updated last year
- Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 tab…☆470Updated 7 months ago
- Meta programming utilities for C++14. Merged in matt-42/lithium☆725Updated 5 years ago
- This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers …☆505Updated 6 months ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆246Updated 3 years ago
- Loose collection of misc C++ libs☆351Updated 3 years ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆518Updated 3 years ago
- graph based intermediate representation and backend for optimising compilers☆506Updated last month
- A collection of safe data types that are compatible with, and can substitute for, common unsafe native c++ types☆408Updated last week
- Heap Layers: An Extensible Memory Allocation Infrastructure☆394Updated 2 weeks ago
- Branchless UTF-8 decoder☆613Updated 2 years ago
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…☆750Updated 4 months ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆159Updated 8 years ago
- x86 JIT compiler in 86 lines☆955Updated 9 years ago
- Snake/Nibbler implementation using C++ template metaprogamming☆207Updated 8 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆656Updated 5 months ago