sol-prog / x86-64-minimal-JIT-compiler-Cpp
Writing a minimal x86-64 JIT compiler in C++
☆101Updated 6 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
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated 9 months ago
- Scripting in C with JIT(x64)/VM.☆52Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆155Updated 7 years ago
- Bytecode interpreter☆72Updated 3 weeks ago
- A compiler front end for the C++ language☆128Updated this week
- Example of C Compiler using JIT Engine of Clang.☆29Updated 4 years ago
- LALR(1) parser for C++☆78Updated 7 months 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.☆51Updated last week
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆26Updated 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 last year
- A toy programming language interpreter☆33Updated 11 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- C++11 ELF/DWARF parser☆76Updated 4 years ago
- Unofficial libjit mirror.☆59Updated 4 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- Toy programming language☆47Updated this week
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆36Updated 4 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆87Updated 11 months ago
- self education and historical research of the C++ compiler cfront v3☆80Updated 9 years ago
- An example LLVM-based compiler for a subset of C.☆27Updated 5 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last year
- Coroutines for C.☆74Updated 7 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- Hackable Lexer with UTF-8 support☆22Updated 5 years ago
- implement a full compiler based on c++ 11☆22Updated 7 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 4 years ago
- C++ parser for Lex and YACC☆26Updated 4 years ago
- A Tour Through the SubC Compiler☆88Updated 3 years ago
- An implementation of buddy memory allocation☆104Updated 7 years ago