There are 12 repositories under crafting-interpreters topic.
Language tooling for the Lox programming language.
A gradually typed language originally based on the crafting interpreters series
Go implementation of the Lox programming language from Crafting Interpreters
Rust implementation of the bytecode VM (clox) from https://craftinginterpreters.com/
A python adaptation of Robert Nystrom’s book ’Crafting Interpreters’, implementing a tree-walk interpreter.
Java-based interpreter for a scripting language
loxomotive - A Lox Interpreter implemented in Haskell
cpplox is a Lox interpreter & LLVM compiler written in C++
Yet Another Python implementation for Lox
Lox modern cpp implement
Working through Crafting Interpreters, in Unity C#.
Following along with Bob Nystrom's excellent book, Crafting Interpreters.
Interpreter for a simple imperative language called IPL
Lox tree-walking interpreter written in Swift - Based on Part II of Bob Nystrom's Book "Crafting Interpreters"
C# implementation of the Lox interpreter from Crafting Interpreters
A TypeScript implementation of the tree-walking interpreter from Crafting Interpreters
A lox compiler written in Kotlin, from Crafting Interpreters https://craftinginterpreters.com/