sol-prog / x86-64-minimal-JIT-compiler-CppLinks
Writing a minimal x86-64 JIT compiler in C++
☆103Updated 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:
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- A toy programming language interpreter☆33Updated 11 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 2 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆264Updated 2 years ago
- C++ parser for Lex and YACC☆26Updated 5 years ago
- LALR(1) parser for C++☆79Updated last year
- Scripting in C with JIT(x64)/VM.☆52Updated 4 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- Bytecode interpreter☆76Updated 6 months ago
- a simple tiny C Compiler using Lex & Yacc☆90Updated 9 years ago
- Scripting language developed alongside reading of craftinginterpreters☆37Updated 7 months ago
- C++11 ELF/DWARF parser☆79Updated 4 years ago
- Toy compiler☆54Updated last week
- A C interpreter developed live on YouTube☆54Updated 2 years ago
- A compiler front end for the C++ language☆144Updated this week
- 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 this week
- huang's c compiler - a tiny C99 compiler.☆22Updated last year
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆172Updated last year
- An interpreter for the Monkey programming language written in C++☆27Updated 2 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- Intel's x86-64 Architecture Simulation in C++☆214Updated 3 years ago
- self education and historical research of the C++ compiler cfront v3☆87Updated 9 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- An implementation of buddy memory allocation☆112Updated 7 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆63Updated 11 years ago
- Same as simple-virtual-machine but in C☆150Updated 9 years ago