the-lambda-way / CppLoxLinks
An implementation of *jlox* from Crafting Interpreters in C++.
☆47Updated 2 years ago
Alternatives and similar repositories for CppLox
Users that are interested in CppLox are comparing it to the libraries listed below
Sorting:
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last month
- Lox modern cpp implement☆14Updated 5 years ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- A C compiler created for the how to create a C Compiler online course☆108Updated last year
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆257Updated 2 years ago
- This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Pr…☆57Updated 2 years ago
- Scripting language developed alongside reading of craftinginterpreters☆37Updated 6 months 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
- A C compiler written in C☆101Updated 2 years ago
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆25Updated 2 years ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆37Updated 4 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆68Updated 5 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 5 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆55Updated 6 months ago
- Source code for "Programming Language with LLVM" class☆30Updated 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
- My own implementation of C++'s smart pointers☆37Updated 4 years ago
- A C interpreter developed live on YouTube☆54Updated 2 years ago
- An interpreter for the Monkey programming language written in C++☆27Updated last year
- Compiler for the COOL language written in C.☆117Updated 8 months ago
- Test cases for Writing a C Compiler☆284Updated last month
- Code from the BitsOfQ youtube channel☆51Updated 2 years ago
- LALR(1) parser for C++☆79Updated 11 months ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 5 years ago
- The Basecode compiler toolchain and language workbench.☆82Updated 4 years ago