An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with lox

A curated list of projects in awesome lists tagged with lox .

https://github.com/davidtimms/loxdown

A statically-typed variant of Lox, written in TypeScript

interpreter lox statically-typed typescript

Last synced: 10 Apr 2025

https://github.com/benhoyt/loxlox

Lox interpreter written in Lox

crafting-interpreters interpreter lox meta

Last synced: 13 Apr 2025

https://github.com/alexito4/slox

Swift implementation of a Lox interpreter

interpreter language lox lox-interpreter lox-language programming-language swift

Last synced: 23 Apr 2025

https://github.com/nanmu42/bluelox

A tree-walking interpreter implemented in Golang for Lox, with a browser playground supported by WASM | 一个基于语法树的Lox解释器,附带WASM版本的playground

ast golang interpreter lox lox-language parser playground scripting-language

Last synced: 30 Apr 2025

https://github.com/chidiwilliams/glox

Go implementation of the Lox programming language from Crafting Interpreters

crafting-interpreters interpreter lox

Last synced: 11 Jun 2025

https://github.com/danman113/lox-language

Syntax highlighting for Lox, everyone's favorite interpreted learning-language

lox lox-language lox-programming-language vscode vscode-language

Last synced: 26 Oct 2025

https://github.com/1Hibiki1/locks-py

Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox programming language.

compiler interpreter locks lox programming-language

Last synced: 24 Apr 2025

https://github.com/stevehalliwell/ulox

A bytecode interpreted scripting language for games in Unity.

lox scripting-language unity

Last synced: 30 Apr 2025

https://github.com/mrjameshamilton/klox

A Kotlin implementation of lox with a JVM backend built using ProGuardCORE

compiler interpreter jvm jvm-languages kotlin lox lox-interpreter lox-language proguard-core

Last synced: 09 Apr 2025

https://github.com/amrdeveloper/tank

Dynamic type Object oriented and scripting language written in Java

interpreter java lox lox-interpreter lox-language oop-languages programming-language scripting-language

Last synced: 12 Apr 2025

https://github.com/ZaneDubya/LoxScript

A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serialization.

bytecode compiler lox lox-language virtual-machine

Last synced: 25 Apr 2025

https://github.com/abesto/jlox-rs

Following along the first (Java) part of https://craftinginterpreters.com/, but with Rust, because reasons.

lox rust

Last synced: 23 Jun 2025

https://github.com/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.

interpreter lox lox-interpreter lox-language parser transpiler

Last synced: 13 Apr 2025

https://github.com/nathsou/elox

Interpreter for a superset of Crafting Interpreter's lox language

craftinginterpreters interpreter lox rust

Last synced: 21 Mar 2025

https://github.com/pmdartus/tlox

Interpreter for the 'Lox' language written in Typescript

interpreter lox typescript

Last synced: 15 Apr 2025

https://github.com/abesto/clox-rs

Following along the second (C) part of https://craftinginterpreters.com/, but with Rust, because reasons.

lox rust

Last synced: 14 Jun 2025

https://github.com/asmlover/loxcc

A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)

bytecode cpp1z interpreter language lox

Last synced: 10 Apr 2025

https://github.com/ccntrq/loxomotive

loxomotive - A Lox Interpreter implemented in Haskell

crafting-interpreters haskell interpreter lox

Last synced: 27 Apr 2025

https://github.com/gaultier/lox-ocaml

Implementation of the Lox language in OCaml

compiler interpreter lox lox-language ocaml

Last synced: 10 Jul 2025

https://github.com/stevehalliwell/ulox-work

Working through Crafting Interpreters, in Unity C#.

crafting-interpreters lox lox-interpreter unity

Last synced: 25 Apr 2025

https://github.com/rami3l/golox

A VM-based interpreter for the Lox Programming Language.

crafting-interpreters go golang interpreter lox lox-language programming-language

Last synced: 13 May 2025

https://github.com/mrjameshamilton/bf

An optimizing brainf*ck compiler with multiple target backends: JVM, smali, dex, C, LLVM IR, ARM, WASM, JavaScript and Lox.

arm assembly brainfuck bytecode compiler java javascript jvm jvm-bytecode jvm-language kotlin language llvm llvm-ir lox smali wasm

Last synced: 09 Apr 2025

https://github.com/jeroenptrs/tslox

jlox implementation in Typescript

ast compiler interpreter language lox parser typescript

Last synced: 31 Oct 2025

https://github.com/albertoeaf/cl-lox

Fast Lox interpreter implementation in Common Lisp. See http://craftinginterpreters.com/.

common-lisp lox lox-language

Last synced: 06 Apr 2025

https://github.com/nirlep5252/fun

A funny little interpreted programming language heavily inspired by Lox.

interpreter java language lox parser

Last synced: 14 Apr 2025

https://github.com/healeycodes/hoot-language

🦉 A general-purpose interpreted scripting language with an event loop.

crafting-interpreters lox lox-language programming-language tree-walk-interpreter

Last synced: 12 Jun 2025

https://github.com/rami3l/dolores

A tree-walking interpreter for the Lox Programming Language.

crafting-interpreters interpreter lox lox-language programming-language rust rust-lang

Last synced: 16 Oct 2025

https://github.com/tjammer/olox

Lox tree-walk interpreter in OCaml

crafting-interpreters interpreter lox lox-language ocaml

Last synced: 25 Dec 2025

https://github.com/rockcavera/nim-nlox

nlox is a Nim implementation of the Lox programming language interpreter

interpreter lox nim nim-lang scripting-language

Last synced: 29 Jul 2025

https://github.com/rkirsling/dlox

A Dart port of jlox, the Lox language's AST interpreter (http://www.craftinginterpreters.com/).

ast dart interpreter language lox

Last synced: 13 Apr 2025

https://github.com/amrdeveloper/echo

Compiler And Virtual Machine for Lox Programming Language written in C

c compiler lox lox-language virtual-machine

Last synced: 12 Apr 2025

https://github.com/mrjameshamilton/jlox

A optimizing Lox compiler for the JVM

compiler jvm jvm-language lox lox-language

Last synced: 24 Apr 2025

https://github.com/henesy/clox9

Port of Nystrom's clox implementation of the Lox language to Plan9

9front clox language lox plan9 port

Last synced: 11 May 2025

https://github.com/mhmd-azeez/loxsharp

A C# interpreter for the Lox programming language

crafting-interpreters csharp interpreter lox lox-language

Last synced: 15 Apr 2025

https://github.com/giacomocavalieri/glox

A Gleam implementation of the Lox language

lox

Last synced: 01 Apr 2025

https://github.com/rkirsling/cclox

A C++ port of clox, the Lox language's bytecode VM (http://www.craftinginterpreters.com/).

bytecode interpreter language lox modern-cpp vm

Last synced: 13 Apr 2025

https://github.com/toyboot4e/loxrs

[Outdated] Crafting Interpreters in Rust (Done Part II: A tree-walk interpreter)

interpreter lox rust

Last synced: 11 Apr 2025

https://github.com/chidiwilliams/loxjs

A TypeScript implementation of the tree-walking interpreter from Crafting Interpreters

crafting-interpreters interpreter lox

Last synced: 13 Aug 2025

https://github.com/seg6/pox

lox ast-walking interpreter

interpreter language lox programming-language

Last synced: 15 Apr 2025

https://github.com/wartman/hxlox

Haxe implementation of Lox

crafting-interpreters lox

Last synced: 26 Oct 2025

https://github.com/nathanleiby/zlox

zlox implements the Lox programming language in Zig

crafting-interpreters lox zig

Last synced: 04 Sep 2025

https://github.com/sco1/pylox

A Python implementation of the Lox programming language. Check out https://craftinginterpreters.com/

lox lox-interpreter python python3 python310

Last synced: 07 May 2025

https://github.com/definev/dlox

An implementation of Lox language in dart. Following "Crafting Interpreters" by Bob Nystrom.

dart lox lox-interpreter lox-language lox-programming-language

Last synced: 23 Mar 2025

https://github.com/sharparam/klox

Kotlin implementation of the Lox language

gradle interpreter kotlin lox parser parsing

Last synced: 05 Jan 2026

https://github.com/mchlrhw/loxide

A Rust implementation of a Lox interpreter

crafting-interpreters lox rust

Last synced: 24 Oct 2025

https://github.com/akshaywarrier/jesse

A programming language for meth heads.

breaking-bad crafting-interpreters lox programming-language python

Last synced: 14 Oct 2025

https://github.com/jpaquim/crafting-interpreters-deno-zig

Crafting Interpreters in Deno and Zig

crafting-interpreters deno lox typescript zig

Last synced: 31 Mar 2025

https://github.com/famished-tiger/loxxy

Ruby implementation of the Lox programming language

interpreter language lox lox-programming-language

Last synced: 16 Aug 2025

https://github.com/richiemccoll/eslox

JavaScript implementation of lox language from the Crafting Interpreters book

lox lox-interpreter

Last synced: 02 Aug 2025

https://github.com/butlermatt/monlox

Monkey-Lox Hybrid language

golang interpreter lox monkey

Last synced: 05 Mar 2025

https://github.com/pravj/glox

Interpreter for the 'Lox' language written in Go

crafting-interpreters go interpreter lox programming-language

Last synced: 23 Mar 2025

https://github.com/dnmfarrell/perl-lox

Perl Interpreter for the Lox programming language

crafting-interpreters lox perl perl-lox programming-languages

Last synced: 06 Mar 2025

https://github.com/andreiduma/crafting-interpreters

Haskell and Java implementations of the Lox language

haskell interpreter java lox megaparsec mtl

Last synced: 15 Mar 2025

https://github.com/mrjameshamilton/loxlox

A Lox interpreter written in Lox

interpreter jvm lox lox-language

Last synced: 28 Jun 2025

https://github.com/schtauffen/rslox

Bytecode virtual machine for the Lox programming language written in Rust

bytecode-virtual-machine lox lox-programming-language rust

Last synced: 27 Apr 2025

https://github.com/eobattisti/proj-pynox

A implementation in Python of Lox interpreter.

compiler interpreter lox python3

Last synced: 03 Apr 2025

https://github.com/rapiz1/clox

Lox Interpreter in C++

compiler lox lox-interpreter

Last synced: 18 Mar 2025

https://github.com/you-win/lox-gd

Lox implemented using GDScript.

godot lox

Last synced: 26 Feb 2025

https://github.com/mateusfccp/dlox

A full implementation (scanner, parser, resolver and interpreter) of the Lox language in Dart.

dart interpreter lox

Last synced: 05 Jan 2026

https://github.com/gryfenfer97/neon

A simple swift-like programming language

cpp lox programming-language swift swift-like

Last synced: 21 Mar 2025

https://github.com/yujqiao/clox

Lox Interpreter in C++

compiler lox lox-interpreter

Last synced: 20 Jul 2025

https://github.com/cobbinma/gleamlox

💫 https://craftinginterpreters.com/

gleam interpreter lox lox-language tree-walk-interpreter

Last synced: 10 Jul 2025

https://github.com/tusharsadhwani/pylox

My first implementation of Lox, written in Python.

crafting-interpreters lox lox-language

Last synced: 12 Apr 2025

https://github.com/wibosco/jlox

Java implementation of Lox

interpreter java lox

Last synced: 16 Mar 2025

https://github.com/unmade/clox

Yet another Lox implementation in C

c interpreter lox

Last synced: 09 Apr 2025

https://github.com/andreychh/jlox

Tree-walk interpreter for the Lox language written in Java, following craftinginterpreters.com

crafting-interpreters interpreter java lox

Last synced: 19 Sep 2025

https://github.com/marcopacini/go-lox

Yet another Lox implementation in Golang

lox lox-interpreter lox-language

Last synced: 23 Mar 2025

https://github.com/martinhelmut/cpplox

Going through CraftingInterpreters C part but implementing it in C++

cpp lox

Last synced: 23 Aug 2025

https://github.com/danielctull/lox

A swift implementation of the first lox interpreter described in the book Crafting Interpreters.

compiler crafting-interpreters interpreter lox lox-language swift-package-manager

Last synced: 19 Jun 2025

https://github.com/elcosas/python-lox

A Python3 implementation of the Lox language tree-walk interpreter from Crafting Interpreters

lox lox-interpreter python3

Last synced: 07 Apr 2025

https://github.com/anna-hope/ziglox

Lox interpreter implemented in Zig

crafting-interpreters lox recurse-center ziglang

Last synced: 22 Mar 2025

https://github.com/aaron-kristopher/jlox

👨‍💻 A language interpreter made in Java

compiler interpreter java language lox

Last synced: 28 Mar 2025

https://github.com/killarexe/mslang

MultiSign is a simple interpreted programming language based on the Lox programming language with small twists.

interpreter interpreter-language java language lox lox-language mslang muti-sign programming-language

Last synced: 05 Apr 2025

https://github.com/thacuber2a03/lol

a Lox to Lua transpiler

compiler lox lua transpiler

Last synced: 22 Mar 2025

https://github.com/seng3694/clox

Implementation of the Lox Bytecode Virtual Machine written in C

bob-nystrom-book c clox craftinginterpreters interpreter lox virtual-machine

Last synced: 21 Mar 2025

https://github.com/fidget-spinner/crafting_interpreters

Lox programming language, implemented in Rust.

crafting-interpreters lox lox-language rust

Last synced: 27 Dec 2025

https://github.com/dreden33773/ember-lox

An implementation of Lox-lang's `compile toolchain` + `interpreter` in Rust

compiler interpreter lox parser rust vm

Last synced: 27 Mar 2025

https://github.com/alanluu/lox-go

Golang implementation of the Lox programming language with my own features

go golang interpreter lox lox-interpreter lox-language programming-language

Last synced: 18 Mar 2025

https://github.com/mohitk05/jlox

An interpreter for the Lox programming language from craftinginterpreters.com

crafting-interpreters interpreter java lox programming-language

Last synced: 16 Jun 2025

https://github.com/anna-hope/ktlox

Interpreter for the Lox language, implemented in Kotlin

crafting-interpreters kotlin lox lox-interpreter lox-language

Last synced: 11 Sep 2025

https://github.com/corani/olox

Lox in Odin

interpreter language lox odin

Last synced: 19 Oct 2025

https://github.com/syrtcevvi/perlox

Lox language implementation in Perl, created during the reading of the "Crafting Interpreters" book

crafting-interpreters crafting-interpreters-book lox perl perlox

Last synced: 01 Jul 2025

https://github.com/davidelettieri/lox

C# implementation of Lox from https://www.craftinginterpreters.com/

csharp lox

Last synced: 09 Mar 2025

https://github.com/roguh/clox

Lox interpreter written in OCaml by Hugo O. Rivera Calzadillas.

dune interpreter lox menhir ocaml

Last synced: 21 Mar 2025

https://github.com/nunzioono/lox_interpreter

This repository is a wrapper for a brilliant tutorial written on link. It aims to teach general programming languages architecture while building an interpreter for a new language called Lox.

lox lox-interpreter lox-language

Last synced: 19 Oct 2025

https://github.com/k-saikrishnan/go-lox

Golang implementation of Lox Interpreter in "Crafting Interpreters"

go golang lox

Last synced: 07 Apr 2025

https://github.com/ananthvk/cpp-lox

C++ implementation of Lox programming language using a bytecode VM

bytecode-compiler cpp20 crafting-interpreters craftinginterpreters lox lox-interpreter lox-language vm

Last synced: 15 Jun 2025

https://github.com/vannrr/golox

A byte code interpreter for the lox language written in go.

bytecode golang interpreter lox lox-language

Last synced: 24 Oct 2025