tfc / cpp_template_meta_brainfuck_interpreterLinks
A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program
☆24Updated 3 years ago
Alternatives and similar repositories for cpp_template_meta_brainfuck_interpreter
Users that are interested in cpp_template_meta_brainfuck_interpreter are comparing it to the libraries listed below
Sorting:
- Compile-time printf-like string formatting☆77Updated 7 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- C/C++ subset resyntaxed like Rust,+ tagged-union/Pattern-Matching, UFCS,inference; LLVM . example:☆75Updated 10 years ago
- C++11 metaprogramming library☆112Updated 10 years ago
- bnflite is a C++ template library for lightweight grammar parsers (BNF can be "executable"! )☆79Updated 2 years ago
- ☆31Updated 9 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 8 years ago
- Full emulation of await feature from C# language in C++ based on Stackful Coroutines from Boost.Coroutine library.☆20Updated 10 years ago
- Solving the Expression Problem in C++11☆45Updated 13 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆189Updated 9 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- Compiler of the EDDI programming language☆32Updated 6 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆158Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆37Updated 8 years ago
- Use unused bits in your pointer☆46Updated 8 years ago
- Generic 2D graphics library for C++14☆28Updated 9 months ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 6 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 5 years ago
- LALR(1) parser for C++☆80Updated last year
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆100Updated last month
- Support for Currying and Function Composition in C++☆61Updated 10 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago