yhirose / pl0-jit-compiler
A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.
☆29Updated 2 years ago
Alternatives and similar repositories for pl0-jit-compiler:
Users that are interested in pl0-jit-compiler are comparing it to the libraries listed below
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆155Updated 7 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆61Updated 11 years ago
- LALR(1) parser for C++☆79Updated 8 months ago
- portability macros for compiler and hardware micro operations☆36Updated 8 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Mathematical expression evaluator with just in time code generation.☆12Updated 11 years ago
- autotuning C++, just-in-time!☆51Updated 5 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆52Updated last month
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated 6 months ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program☆24Updated 3 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆95Updated this week
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆36Updated 8 years ago
- Compile-time printf-like string formatting☆77Updated 6 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 7 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- A toy programming language interpreter☆33Updated 11 years ago
- Bytecode interpreter☆72Updated 2 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 2 months ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 4 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 7 years ago
- Writing a minimal x86-64 JIT compiler in C++☆101Updated 6 years ago
- A little just-in-time compiler thing☆18Updated 6 years ago