aakshintala / cpploxLinks
C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)
☆38Updated 5 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
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆264Updated 2 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 3 months ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆57Updated 9 months ago
- Learn LLVM 17, published by Packt☆203Updated last year
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Code from the BitsOfQ youtube channel☆56Updated 2 years ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- 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…☆176Updated last year
- A C compiler created for the how to create a C Compiler online course☆109Updated last month
- High performance HTTP server built on C++20 coroutines and io_uring☆166Updated last year
- Template Metaprogramming with C++, published by Packt☆121Updated 2 years ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆50Updated 7 months ago
- Learn LLVM 12, published by Packt☆490Updated last year
- a list of flex/bison examples to show reentrant/C++/error-handling☆69Updated last year
- A general-purpose high-performance lightweight STL-like modern C++ B-Tree☆240Updated 10 months ago
- My own implementation of C++'s smart pointers☆36Updated 5 years ago
- The curated list of awesome C++ Coroutine resources.☆18Updated last year
- Slides and other materials from CppCon2021☆110Updated last year
- Simple C++ borrow checker☆73Updated 2 years ago
- a highly cache-friendly hash table☆46Updated 3 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆105Updated last year
- 《Learn LLVM 17》的非专业个人翻译☆152Updated last year
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 6 years ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆129Updated 5 months ago
- My First Language Frontend with LLVM Tutorial in Chinese☆77Updated 2 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆242Updated last year