eliasdaler / lox
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
☆31Updated 2 years ago
Alternatives and similar repositories for lox:
Users that are interested in lox are comparing it to the libraries listed below
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆42Updated 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
- Scripting language developed alongside reading of craftinginterpreters☆37Updated last month
- Lox modern cpp implement☆14Updated 4 years ago
- lunatic: a toy lua interpreter☆18Updated 4 years ago
- An interpreter for the Monkey programming language written in C++☆26Updated last year
- Repository for C implement programming language with the book "Crafting Interpreters" http://www.craftinginterpreters.com/☆15Updated last year
- coco is a simple stackless, single-threaded, and header-only C++11 coroutine library.☆11Updated 2 weeks ago
- The Sharp programming language☆43Updated 9 months ago
- The Elsa Programming Language☆17Updated 7 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆48Updated 5 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last year
- Mico ("Monkey" in catalan). Monkey language implementation done with C++. https://interpreterbook.com/☆39Updated last year
- Lightweight 2D graphics framework built using C++20 and Vulkan☆24Updated 2 years ago
- [nyx] dynamically typed scripting language☆25Updated 2 years ago
- A C compiler written in C☆92Updated last year
- Writing a minimal x86-64 JIT compiler in C++☆100Updated 6 years ago
- A toy script language written in C☆14Updated 7 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆66Updated 5 years ago
- DEPRECATED PROJECT, see README☆36Updated 2 years ago
- Modern C++ implementation of the Kaleidoscope LLVM tutorial.☆13Updated 7 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
- A minimalistic scripting language with parser and interpreter in a single C++ header file☆25Updated 3 years ago
- Swan, small scripting language embeddable in C++ applications☆8Updated 4 years ago
- A compiled, statically typed, C-like, data oriented language with a focus on performance and low-level optimization using GPU acceleratio…☆20Updated last month
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆24Updated 3 weeks ago
- LLVM frontend for the Lox programming language (WIP)☆8Updated 6 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆26Updated 5 years ago