lox
There are 403 repositories under lox topic.
munificent/craftinginterpreters
Repository for the book "Crafting Interpreters"
ajeetdsouza/loxcraft
Language tooling for the Lox programming language.
DavidTimms/loxdown
A statically-typed variant of Lox, written in TypeScript
benhoyt/loxlox
Lox interpreter written in Lox
Darksecond/lox
A rust implementation of the lox language
HallofFamer/Lox2
A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.
mariosangiorgio/rulox
Implementation in Rust of lox, the language described in Crafting Interpreters
alexito4/slox
Swift implementation of a Lox interpreter
the-lambda-way/CppLox
An implementation of *jlox* from Crafting Interpreters in C++.
nanmu42/bluelox
A tree-walking interpreter implemented in Golang for Lox, with a browser playground supported by WASM | 一个基于语法树的Lox解释器,附带WASM版本的playground
chidiwilliams/glox
Go implementation of the Lox programming language from Crafting Interpreters
danman113/lox-language
Syntax highlighting for Lox, everyone's favorite interpreted learning-language
rodaine/rlox
Lox Interpreter/REPL written in Rust
1Hibiki1/locks-py
Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox programming language.
bichanna/slap
🖐 A dynamically- and strongly-typed, object-oriented programming language
eliasdaler/lox
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
grokking-vietnam/grox
A fully functional Interpreter for Lox in Scala 3 (WIP).
diegofreijo/rlox-vm
A Rust implementation of the Lox programming language. Based on clox, the bytecode virtual machine.
edimetia3d/cppLox
A tree-walker && virtual-machine && JIT interpreter for Lox language
tung/clox
VM bytecode interpreter for Lox I made by following Crafting Interpreters, plus some extra stuff, written in C
franeklubi/luxya
Programming language with a tree-walking interpreter written in Rust©™.
ltungv/rox
An interpreter for the Lox language
cwbriones/rlox
A rust interpreter for the Lox language
ryanq/jlox
A Java implemetation of the tree-walk Lox interpreter from craftinginterpreters.com.
stevehalliwell/ulox
A bytecode interpreted scripting language for games in Unity.
jfourkiotis/golox
The Lox interpreter written in Go
mrjameshamilton/klox
A Kotlin implementation of lox with a JVM backend built using ProGuardCORE
AmrDeveloper/Tank
Dynamic type Object oriented and scripting language written in Java
abesto/clox-rs
Following along the second (C) part of https://craftinginterpreters.com/, but with Rust, because reasons.
abesto/jlox-rs
Following along the first (Java) part of https://craftinginterpreters.com/, but with Rust, because reasons.
miDeb/loxjit
A simple JIT compiler targeting x64 for the lox programming language
ZaneDubya/LoxScript
A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serialization.
danman113/YALI.js
Yet Another Lox Interpreter. Yet Another Lox Interpreter. Javascript Implementation. A Parser, Interpreter, REPL, Code Formatter and Transpiler for the Lox programming language implemented in Javascript.
nathsou/Elox
Interpreter for a superset of Crafting Interpreter's lox language
pmdartus/tlox
Interpreter for the 'Lox' language written in Typescript