The Lox programming languages This repo contains some implementations of the Lox programming language (with some modifications to the grammar). The Lox programming language is introduced in the book Crafting Interpreters. Implementations Java: jlox