/jlox

Implementation of an interpreter for the Lox programming language (https://craftinginterpreters.com)

Primary LanguageJava

This is an implementation of and interpreter for the Lox programming language as it appeared in the Crafting Interpreters book