lox-language
There are 197 repositories under lox-language topic.
ajeetdsouza/loxcraft
Language tooling for the Lox programming language.
Darksecond/lox
A rust implementation of the lox language
alexito4/slox
Swift implementation of a Lox interpreter
jalalmostafa/clox
A virtual machine and a tree-walk interpreter for the Lox programming language in C89 :cyclone:
cabhishek/nimlox
Interpreter for the 'Lox' language written in Nim
nanmu42/bluelox
A tree-walking interpreter implemented in Golang for Lox, with a browser playground supported by WASM | 一个基于语法树的Lox解释器,附带WASM版本的playground
danman113/lox-language
Syntax highlighting for Lox, everyone's favorite interpreted learning-language
rodaine/rlox
Lox Interpreter/REPL written in Rust
bichanna/slap
🖐 A dynamically- and strongly-typed, object-oriented programming language
HallofFamer/CLox
An implementation of CLox bytecode interpreter
edimetia3d/cppLox
A tree-walker && virtual-machine && JIT interpreter for Lox language
eliasdaler/lox
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
franeklubi/luxya
Programming language with a tree-walking interpreter written in Rust©™.
grokking-vietnam/grox
A fully functional Interpreter for Lox in Scala 3 (WIP).
cwbriones/rlox
A rust interpreter for the Lox language
ltungv/rox
An interpreter for the Lox language
hashemi/cloxpp
Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"
SmartPolarBear/clox
A bytecode-virtual-machine-based interpreter for the lox language written in modern C++
AmrDeveloper/Tank
Dynamic type Object oriented and scripting language written in Java
rctcwyvrn/rlox
Rust implementation of the bytecode VM (clox) from https://craftinginterpreters.com/
AaronStGeorge/cat-lox
A tree-walk lox interpreter written in Rust.
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.
mrjameshamilton/klox
A Kotlin implementation of lox with a JVM backend built using ProGuardCORE
ZaneDubya/LoxScript
A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serialization.
RoelAdriaans/yaplox
Yet Another Python implementation for Lox
gaultier/lox-ocaml
Implementation of the Lox language in OCaml
hashemi/bslox
Lox bytecode VM written in Swift - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"
miDeb/loxjit
A simple JIT compiler targeting x64 for the lox programming language
minirop/plox
Implementation of the Lox language in PHP
selectnull/pylox
Python implementation of Lox language
ajeetdsouza/tree-sitter-lox
Lox grammar for tree-sitter
Dandigit/pl-projects
Following along with Bob Nystrom's excellent book, Crafting Interpreters.
rami3l/golox
A VM-based interpreter for the Lox Programming Language.
AlbertoEAF/cl-lox
Fast Lox interpreter implementation in Common Lisp. See http://craftinginterpreters.com/.
baioc/clox
Compiler and VM for Lox, a JS-like language
paulfedorow/rlox-interpreter
rlox-interpreter is an AST-walking implementation of Bob Nystrom's Lox language in Rust.