the-lambda-way / CppLoxLinks
An implementation of *jlox* from Crafting Interpreters in C++.
☆48Updated 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 the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆32Updated 2 years ago
- 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 2 weeks ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated last year
- A C compiler created for the how to create a C Compiler online course☆107Updated last year
- Lox modern cpp implement☆14Updated 5 years ago
- Compiler for the COOL language written in C.☆116Updated 7 months ago
- Scripting language developed alongside reading of craftinginterpreters☆37Updated 5 months ago
- A C compiler written in C☆99Updated 2 years ago
- Test cases for Writing a C Compiler☆273Updated last month
- Source code to go with my parser programming tutorial videos.☆38Updated 3 years ago
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆25Updated 2 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆254Updated 2 years ago
- Simple C++ borrow checker☆68Updated 2 years ago
- Writing a minimal x86-64 JIT compiler in C++☆102Updated 7 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 5 years ago
- cpplox is a Lox interpreter & LLVM compiler written in C++☆13Updated 11 months ago
- My own implementation of C++'s smart pointers☆37Updated 4 years ago
- Reference implementation for Writing a C Compiler☆162Updated 3 months ago
- A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.☆45Updated this week
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆37Updated 4 years ago
- implementation of the LC-3 virtual machine, an educational computer architecture☆51Updated 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…☆56Updated 2 years ago
- Toy compiler☆50Updated 3 weeks ago
- VM bytecode interpreter for Lox I made by following Crafting Interpreters, plus some extra stuff, written in C☆26Updated 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
- An interpreter for the Monkey programming language written in C++☆27Updated last year
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆46Updated 3 years ago
- Source for the books from Ronald Mak - Writing Compilers and Interpreters.☆64Updated 6 years ago