aakshintala / cpploxLinks
C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)
☆37Updated 4 years ago
Alternatives and similar repositories for cpplox
Users that are interested in cpplox are comparing it to the libraries listed below
Sorting:
- An implementation of *jlox* from Crafting Interpreters in C++.☆47Updated 2 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last month
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆257Updated 2 years ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆55Updated 6 months ago
- Lox modern cpp implement☆14Updated 5 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
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆122Updated 2 months ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆50Updated 5 months ago
- Code from the BitsOfQ youtube channel☆51Updated 2 years ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆37Updated 4 years ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- Learn LLVM 17, published by Packt☆194Updated last year
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 5 years ago
- A C compiler created for the how to create a C Compiler online course☆108Updated last year
- Reference implementation for Writing a C Compiler☆164Updated 4 months ago
- Kaleidoscope is a toy programming language built from scratch using the LLVM libraries.☆21Updated 4 years ago
- Code examples for tutoring modern C++☆96Updated 3 weeks ago
- The curated list of awesome C++ Coroutine resources.☆15Updated last year
- 《Learn LLVM 17》的非专业个人翻译☆148Updated 9 months ago
- Template Metaprogramming with C++, published by Packt☆105Updated 2 years ago
- 实现一个子集c编译器,后端基于llvm20☆3Updated 3 months ago
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 3 years ago
- a list of flex/bison examples to show reentrant/C++/error-handling☆67Updated last year
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆25Updated 2 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆104Updated 9 months ago