MarkLeone / WeekendCompilerLinks
An example LLVM-based compiler for a subset of C.
☆29Updated 3 months 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++☆80Updated last year
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆251Updated 4 years ago
- C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html☆35Updated 5 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆176Updated 4 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- Bytecode interpreter☆80Updated 11 months ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆83Updated 8 months ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆37Updated last year
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- Header only library that parses and plans SQL queries at compile time☆142Updated 5 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated this week
- portability macros for compiler and hardware micro operations☆36Updated last year
- This is the companion repository of the article "Getting started with ANTLR in C++"☆74Updated last year
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆154Updated 6 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- A general property customisation mechanism☆16Updated 5 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- Simple C++ borrow checker☆72Updated 2 years ago
- Parallel C++ algorithms☆66Updated last year
- C++ implementation of Robert Nystrom's toy language lox☆30Updated 5 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆158Updated 8 years ago
- A C++ parser combinator library.☆160Updated 2 weeks ago