MarkLeone / WeekendCompilerLinks
An example LLVM-based compiler for a subset of C.
☆29Updated 6 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
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆250Updated 4 years ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆202Updated 3 weeks ago
- Mathematical Expression Parser and JIT Compiler☆146Updated 2 months ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆81Updated 4 months ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- A C++ parser combinator library.☆151Updated this week
- Bytecode interpreter☆76Updated 6 months ago
- Clang with JIT extensions☆232Updated 2 years ago
- This is the companion repository of the article "Getting started with ANTLR in C++"☆70Updated last year
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- C++ preprocessor☆241Updated this week
- A compiler front end for the C++ language☆146Updated this week
- Header only library that parses and plans SQL queries at compile time☆142Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- Parallel C++ algorithms☆64Updated last year
- Header-only library providing unicode aware string support for C++☆109Updated 4 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 6 months ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated last week
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago