mattbierner / STT-C-Compile-Time-SnakeLinks
Snake/Nibbler implementation using C++ template metaprogamming
☆206Updated 8 years ago
Alternatives and similar repositories for STT-C-Compile-Time-Snake
Users that are interested in STT-C-Compile-Time-Snake are comparing it to the libraries listed below
Sorting:
- BASIC in C++☆180Updated 5 years ago
- A C++14 cheat-sheet on lvalues, rvalues, xvalues, and more☆406Updated 2 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- Compile-time C Compiler implemented as C++14 constant expressions☆806Updated 4 years ago
- A C++ HTML template engine that uses compile time HTML parsing☆390Updated 6 years ago
- Missed optimizations in C compilers☆340Updated 7 years ago
- Named operators for C++☆507Updated 5 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆170Updated 9 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆189Updated 9 years ago
- A clang tool for happy refactoring without source-code gymnastics☆253Updated 5 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 6 years ago
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- C++14: bringing in those expressions that you wish you had, Lazily evaluated, compossible generators, maps, filters, ranges and more...☆156Updated 6 years ago
- Unicode library for C++☆226Updated 5 months ago
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆386Updated 2 years ago
- C++ Frequently Questioned Answers (FQA)☆312Updated 3 years ago
- Tetris as a C++ Template Metaprogram☆570Updated 10 years ago
- A C++17 compile-time game☆114Updated 2 years ago
- An approach for runtime detection inside a constexpr function☆80Updated 7 years ago
- Loose collection of misc C++ libs☆352Updated 3 years ago
- C++ metaprogramming shell☆480Updated 5 months ago
- ☆332Updated 3 years ago
- Floating Point Hacks☆170Updated 8 years ago
- A GCC 7.1 patch that adds a 'static_print' statement to C++.☆146Updated 8 years ago
- No sane compiler would optimize atomics: the presentation☆108Updated 9 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 8 years ago
- Clone of wc in x64 assembly☆94Updated last year
- Call c++ functions from a shell with any arguments of any types parsed automatically☆97Updated 6 years ago
- Simple compiler frontend using LLVM as backend☆241Updated 7 years ago
- rcor C compiler (under development)