236 results for “topic:lox-language”
Language tooling for the Lox programming language.
A rust implementation of the lox language
A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.
A virtual machine and a tree-walk interpreter for the Lox programming language in C89 :cyclone:
Swift implementation of a Lox interpreter
A tree-walking interpreter implemented in Golang for Lox, with a browser playground supported by WASM | 一个基于语法树的Lox解释器,附带WASM版本的playground
Interpreter for the 'Lox' language written in Nim
Syntax highlighting for Lox, everyone's favorite interpreted learning-language
Lox Interpreter/REPL written in Rust
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
🖐 A dynamically- and strongly-typed, object-oriented programming language
A fully functional Interpreter for Lox in Scala 3 (WIP).
A tree-walker && virtual-machine && JIT interpreter for Lox language
Programming language with a tree-walking interpreter written in Rust©™.
An interpreter for the Lox language
A bytecode-virtual-machine-based interpreter for the lox language written in modern C++
A rust interpreter for the Lox language
Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"
Rust implementation of the bytecode VM (clox) from https://craftinginterpreters.com/
A Kotlin implementation of lox with a JVM backend built using ProGuardCORE
Dynamic type Object oriented and scripting language written in Java
A simple JIT compiler targeting x64 for the lox programming language
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.
A tree-walk lox interpreter written in Rust.
A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serialization.
cpplox is a Lox interpreter & LLVM compiler written in C++
Java-based interpreter for a scripting language
A full-featured, efficient scripting language from Robert Nystrom's book: craftinginterpreters.com
Yet Another Python implementation for Lox
Implementation of the Lox language in OCaml