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:
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- LALR(1) parser for C++☆80Updated last year
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆176Updated 4 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆158Updated 8 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 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
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- Simple C++ borrow checker☆72Updated 2 years ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆37Updated last year
- Bytecode interpreter☆80Updated 10 months ago
- A lightweight garbage collector for C++ programs☆68Updated last year
- Clang with JIT extensions☆237Updated 3 years ago
- C++ preprocessor☆254Updated this week
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆83Updated 7 months ago
- This is the companion repository of the article "Getting started with ANTLR in C++"☆74Updated last year
- A C interpreter developed live on YouTube☆56Updated 2 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated last month
- Header only library that parses and plans SQL queries at compile time☆142Updated 5 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆101Updated last week
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- C++ parser for Lex and YACC☆26Updated 5 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 8 months ago
- A compiler front end for the C++ language☆149Updated this week
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆531Updated 4 years ago
- IFC format specification☆83Updated last week