MarkLeone / WeekendCompilerLinks
An example LLVM-based compiler for a subset of C.
☆29Updated last month
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++☆104Updated 7 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 8 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 3 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
- A lightweight conservative garbage collector for C/C++☆122Updated 6 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
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Bytecode interpreter☆77Updated 8 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Portable C++ SIMD library☆173Updated 6 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Compiler demo using ANTLR4 and LLVM☆27Updated 3 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 8 months ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆27Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- lexertl: The Modular Lexical Analyser Generator☆63Updated last week
- A C++ parser combinator library.☆155Updated last month
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- 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 …☆100Updated 5 months ago
- A single file multi-platform (Unix, Windows) C++ header-only linenoise-based readline library.☆192Updated 6 months ago
- C++14 version of parsertl☆32Updated last month
- ****** OBSOLETE - CONCEPTS HAS BEEN MERGED INTO CLANG TRUNK AND DEVELOPMENT CONTINUES THERE ****** This fork of llvm-project contains my …☆27Updated 5 years ago
- C++ preprocessor☆250Updated this week
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆207Updated last week
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆82Updated 5 months ago