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:
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated 2 weeks ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆48Updated 2 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated last year
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆32Updated 2 years ago
- Writing a minimal x86-64 JIT compiler in C++☆102Updated 7 years ago
- Learn LLVM 17, published by Packt☆186Updated last year
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆254Updated 2 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆168Updated last year
- Lox modern cpp implement☆14Updated 5 years ago
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆25Updated 2 years 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 C interpreter developed live on YouTube☆54Updated 2 years ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆119Updated 2 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆103Updated 9 months ago
- Reference implementation for Writing a C Compiler☆162Updated 3 months ago
- ☆86Updated last year
- Template Metaprogramming with C++, published by Packt☆101Updated 2 years ago
- Simple C++ borrow checker☆68Updated 2 years ago
- cpplox is a Lox interpreter & LLVM compiler written in C++☆13Updated 11 months ago
- The Basecode compiler toolchain and language workbench.☆81Updated 4 years ago
- ☆123Updated 2 years ago
- Test cases for Writing a C Compiler☆273Updated last month
- 《Static Single Assignment Book》- 中文翻译☆31Updated 2 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated 2 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆90Updated last year
- Toy compiler☆50Updated 3 weeks ago
- C++20 Tensor library☆27Updated last month
- Code from the BitsOfQ youtube channel☆51Updated 2 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