MarkLeone / WeekendCompilerLinks
An example LLVM-based compiler for a subset of C.
☆29Updated 5 years ago
Alternatives and similar repositories for WeekendCompiler
Users that are interested in WeekendCompiler are comparing it to the libraries listed below
Sorting:
- LALR(1) parser for C++☆79Updated last year
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆81Updated 3 months ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Mathematical Expression Parser and JIT Compiler☆145Updated last month
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆249Updated 4 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated last month
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆37Updated 9 months ago
- C++ parser for Lex and YACC☆26Updated 5 years ago
- Bytecode interpreter☆76Updated 5 months ago
- Header-only library providing unicode aware string support for C++☆109Updated 3 months ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 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
- Mathematical expression evaluator with just in time code generation.☆12Updated 12 years ago