There are 1 repository under lox topic.
Repository for the book "Crafting Interpreters"
Language tooling for the Lox programming language.
A statically-typed variant of Lox, written in TypeScript
Implementation in Rust of lox, the language described in Crafting Interpreters
An implementation of *jlox* from Crafting Interpreters in C++.
A tree-walking interpreter implemented in Golang for Lox, with a browser playground supported by WASM | 一个基于语法树的Lox解释器,附带WASM版本的playground
Go implementation of the Lox programming language from Crafting Interpreters
An implementation of CLox bytecode interpreter
Syntax highlighting for Lox, everyone's favorite interpreted learning-language
Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox programming language.
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
A Rust implementation of the Lox programming language. Based on clox, the bytecode virtual machine.
A tree-walker && virtual-machine && JIT interpreter for Lox language
A fully functional Interpreter for Lox in Scala 3 (WIP).
Programming language with a tree-walking interpreter written in Rust©™.
VM bytecode interpreter for Lox I made by following Crafting Interpreters, plus some extra stuff, written in C
A bytecode interpreted scripting language for games in Unity.
A Kotlin implementation of lox with a JVM backend built using ProGuardCORE
Dynamic type Object oriented and scripting language written in Java
Following along the second (C) part of https://craftinginterpreters.com/, but with Rust, because reasons.
Following along the first (Java) part of https://craftinginterpreters.com/, but with Rust, because reasons.
A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serialization.
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.