sol-prog / x86-64-minimal-JIT-compiler-CppLinks
Writing a minimal x86-64 JIT compiler in C++
☆102Updated 7 years ago
Alternatives and similar repositories for x86-64-minimal-JIT-compiler-Cpp
Users that are interested in x86-64-minimal-JIT-compiler-Cpp are comparing it to the libraries listed below
Sorting:
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- Bytecode interpreter☆76Updated 4 months ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- Code samples for using libjit☆91Updated 8 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated 2 weeks ago
- A toy programming language interpreter☆33Updated 11 years ago
- Hackable Lexer with UTF-8 support☆22Updated 6 years ago
- A C interpreter developed live on YouTube☆54Updated 2 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- An example LLVM-based compiler for a subset of C.☆29Updated 5 years ago
- A compiler front end for the C++ language☆129Updated last month
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated last year
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆254Updated 2 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- Scripting in C with JIT(x64)/VM.☆52Updated 4 years ago
- C++11 ELF/DWARF parser☆78Updated 4 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 3 months ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆99Updated 3 weeks ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- LALR(1) parser for C++☆79Updated 10 months ago
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆168Updated last year
- Simple library for building DSL parsers in C++ (exodep_cpp)☆18Updated 7 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- An interpreter for the Monkey programming language written in C++☆27Updated last year
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆96Updated last month
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 4 years ago