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:
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- LALR(1) parser for C++☆79Updated last year
- 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
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 3 years ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated this week
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Add-on packages for Vector class library☆75Updated last year
- Mathematical Expression Parser and JIT Compiler☆146Updated 2 months ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆82Updated 4 months ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆204Updated this week
- A compiler front end for the C++ language☆146Updated last week
- C++ parser for Lex and YACC☆26Updated 5 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆99Updated 4 months ago
- A C++ parser combinator library.☆152Updated 3 weeks ago
- This is the companion repository of the article "Getting started with ANTLR in C++"☆72Updated last year
- Bytecode interpreter☆77Updated 7 months ago
- Header only library that parses and plans SQL queries at compile time☆142Updated 5 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 3 months ago
- C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html☆34Updated 4 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Simple C++ borrow checker☆73Updated 2 years ago
- Coroutines for C.☆76Updated 8 years ago
- C++ preprocessor☆247Updated last week
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago