This repository contains the Java implementation of the Lox programming language, developed by following Part II of the book "Crafting Interpreters" by Robert Nystrom. This implementation focuses on building a tree-walk interpreter for the Lox language, referred to as jLox.
.idea | ||
src | ||
.gitignore | ||
jLox.iml |