the-lambda-way / CppLox
An implementation of *jlox* from Crafting Interpreters in C++.
☆42Updated 2 years ago
Alternatives and similar repositories for CppLox:
Users that are interested in CppLox are comparing it to the libraries listed below
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆31Updated 2 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆36Updated 4 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated 8 months ago
- Lox modern cpp implement☆14Updated 4 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- A C compiler created for the how to create a C Compiler online course☆100Updated last year
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last year
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆24Updated last year
- Writing a minimal x86-64 JIT compiler in C++☆99Updated 6 years ago
- A C compiler written in C☆92Updated last year
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆244Updated 2 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆66Updated 5 years ago
- A C interpreter developed live on YouTube☆53Updated last year
- My First Language Frontend with LLVM Tutorial in Chinese☆69Updated last year
- 🦖 A Compiler for PL/0 plus language (something like PASCAL)☆15Updated 3 weeks ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆36Updated 4 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆26Updated 5 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆50Updated 2 months ago
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 2 years ago
- A compiler for SimpleLang which is a new language.☆33Updated last year
- Toy programming language using LLVM, flex and bison.☆92Updated last month
- Scripting language developed alongside reading of craftinginterpreters☆37Updated last month
- LLVM frontend for the Lox programming language (WIP)☆8Updated 6 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆48Updated 5 years ago
- Source code to go with my parser programming tutorial videos.☆38Updated 2 years ago
- An interpreter for the Monkey programming language written in C++☆26Updated last year
- The Basecode compiler toolchain and language workbench.☆80Updated 4 years ago
- C-- Compiler using Antlr4☆16Updated 6 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 4 years ago
- Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox program…☆34Updated 2 years ago