craftinginterpreters
There are 53 repositories under craftinginterpreters topic.
mariosangiorgio/rulox
Implementation in Rust of lox, the language described in Crafting Interpreters
cabhishek/nimlox
Interpreter for the 'Lox' language written in Nim
jfourkiotis/golox
The Lox interpreter written in Go
nathsou/Elox
Interpreter for a superset of Crafting Interpreter's lox language
minirop/plox
Implementation of the Lox language in PHP
baioc/clox
Compiler and VM for Lox, a JS-like language
chwwhc/Surpher
A superset of Bob Nystrom's Lox programming language.
paulfedorow/rlox-interpreter
rlox-interpreter is an AST-walking implementation of Bob Nystrom's Lox language in Rust.
daviddexter/karis-programming-language
Experimental programming language built while writing a course for https://educative.io
Ehren12/JElox
🧙♀️ My entry project into the amazing world of programming language development. A simple dynamically-types language written with good old Java 😉
GraydenH/klox
Kotlin port of jlox (from http://www.craftinginterpreters.com/)
malavbhavsar/rlox
Ruby implementation of Lox, the language described in Crafting Interpreters
tonisidneimc/PyLox
A Tree-Walk Interpreter for the PyLox language, using the good old python, for the simplest and cleanest implementation.
npstauff/jlox-plus
Jlox+ is a superset of the Lox programming language!
AliasT/craftinginterpreters
实现一个脚本语言
fbrosda/ts-lox
Lox interpreter written in typescript.
gillett-hernandez/whizbang
fun and interesting side projects
heinthanth/meon
MeON is a programming language which is designed for beginner in Programming.
kesslern/lox
A TypeScript implementation of the Lox language from Crafting Interpreters
luks3r/clox
Lox Interpreter in C
luks3r/lox
Lox programming language
narimiran/cljox
Clojure implementation of `jlox` interpreter for the Lox programming language
RougherO/JLox
Jlox: An immitation of craftinginterpreters Lox language in Java with a little bit of my own flavor.
Seng3694/clox
Implementation of the Lox Bytecode Virtual Machine written in C
sourcefrog/mbplox
A Rust implementation of the small language Lox from https://craftinginterpreters.com/.
hammadmajid/loxir
Intepreter for the Lox programming language written in Rust
linusdm/ex_lox
An Elixir implementation of an interpreter for the Lox language (from the book Crafting Interpreters by Robert Nystrom).
nunzioono/c_lox_interpreter
A c interpreter for the lox language
Pawel-Parma/lox-java
Lox implementation "following" the book: Crafting Interpreters
TyomoGit/clox
clox interpreter
useEffects/golox
Golang implementation of the lox programming language
wiredmartian/glox
The Lox compiler but implemented in Golang
p2js/lo-lox
Less Object-oriented Lox
sangeui/Sangeuinterpreter
CRAFTING INTERPRETERS—ROBERT NYSTROM
TygroTheProgrammer/Rublox
A Ruby implementation of the Lox programming language.
visarbuza/golox
Go interpreter written for an educational language Lox to better understand how interpreters work