yhirose / pl0-jit-compilerLinks
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
Sorting:
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 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 4 months ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆96Updated 2 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A little just-in-time compiler thing☆18Updated 6 years ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated last week
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆62Updated 11 years ago
- MysoreScript is a simple JavaScript-like language intended for teaching about compilers for late-bound dynamic languages.☆14Updated 7 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A cross platform JIT engine based on Eclipse OMR☆27Updated 5 years ago
- Minimal (and intuitive to use) coroutine implement in c☆18Updated 5 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual bind argument parameters f…☆18Updated 4 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- LALR(1) parser for C++☆79Updated 11 months ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆174Updated 3 years ago
- ☆20Updated 3 years ago
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆35Updated 8 years ago
- C++ parser for Lex and YACC☆26Updated 5 years ago
- A toy programming language interpreter☆33Updated 11 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Tiny portable C++ library for atomic operations☆54Updated last year
- A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program☆24Updated 3 years ago
- Variadic, completion-based futures for C++17☆44Updated 5 years ago
- C/C++ compiler vendor and features detection.☆40Updated 7 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago