aakshintala / cpploxLinks
C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)
☆40Updated 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++.☆52Updated 3 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆267Updated 3 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated 8 months 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)☆35Updated 3 years ago
- Writing a minimal x86-64 JIT compiler in C++☆106Updated 7 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆62Updated last year
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆192Updated 2 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- Code from the BitsOfQ youtube channel☆58Updated 2 years ago
- Simple C++ borrow checker☆72Updated 2 years ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆55Updated last year
- A C interpreter developed live on YouTube☆56Updated 2 years ago
- 实现一个子集c编译器,后端基于llvm20☆11Updated 10 months ago
- Learn LLVM 17, published by Packt☆211Updated last year
- Learn LLVM 12, published by Packt☆496Updated last year
- C++20 Coroutines and io_uring☆52Updated 3 years ago
- A C compiler written in C☆103Updated 2 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆178Updated last year
- My own implementation of C++'s smart pointers☆38Updated 5 years ago
- a list of flex/bison examples to show reentrant/C++/error-handling☆74Updated 2 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆175Updated 6 years ago
- The Basecode compiler toolchain and language workbench.☆85Updated 5 years ago
- Toy compiler☆57Updated last week
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆39Updated 5 years ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆143Updated this week
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆17Updated 3 years ago
- Cargo-like build tool for modern cpp☆88Updated 9 months ago
- Code examples for tutoring modern C++☆99Updated 6 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year