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 toy programming language interpreter☆33Updated 11 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆174Updated 3 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last month
- Unofficial libjit mirror.☆62Updated 5 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- Bytecode interpreter☆76Updated 5 months ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- C++11 ELF/DWARF parser☆78Updated 4 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆114Updated 4 months ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆29Updated 2 years ago
- C++ parser for Lex and YACC☆26Updated 5 years ago
- self education and historical research of the C++ compiler cfront v3☆85Updated 9 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆256Updated 2 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 simple VM in C☆49Updated 11 months ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 5 years ago
- a simple tiny C Compiler using Lex & Yacc☆86Updated 9 years ago
- Scripting language developed alongside reading of craftinginterpreters☆37Updated 6 months ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- Coroutines for C.☆75Updated 8 years ago
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆171Updated last year
- Example of C Compiler using JIT Engine of Clang.☆29Updated 5 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆177Updated 12 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago