/jlox

My implementation of the Lox Language of the Crafting Interpreters Book in Java

Primary LanguageJava

The Lox Language

The book crafting interpreters presents a guide to implement Lox in Java and C. This repository is my version of the Lox Interpreter in Java.