tfc / cpp_template_meta_brainfuck_interpreter
A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program
☆24Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for cpp_template_meta_brainfuck_interpreter
- Compile-time printf-like string formatting☆76Updated 6 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- Automatically select the smallest integer type that can contain a given range at compile time☆20Updated 7 years ago
- parser combinator and AST generator in c++17☆24Updated last year
- Foundations of symbol based programming☆30Updated 4 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 3 years ago
- Use unused bits in your pointer☆46Updated 7 years ago
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 5 years ago
- Static global objects with constructors and destructors made useful in C++☆26Updated 8 years ago
- C++17 immutable compile-time key value map☆50Updated 4 years ago
- λ → C++ library for functional programming☆37Updated 7 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆52Updated 5 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 7 years ago
- Collection of things related to UTF-8 and http://bjoern.hoehrmann.de/utf-8/decoder/dfa/☆35Updated 10 years ago
- A plugin framework for namespace macros in C/C++☆35Updated 10 years ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- Correct by Construction : a presentation given at C++ on Sea 2020☆20Updated 4 years ago
- ☆30Updated 8 years ago
- ☆12Updated 8 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Useful C++ templates☆14Updated 6 months ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆92Updated last week
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 8 years ago
- Experiments with JIT compilation☆64Updated 7 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- Stack allocated and type-erased functors 🐜☆53Updated 6 years ago
- C++ reflection framework (for fun)☆14Updated 10 years ago