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.
Go to file
2024-07-05 09:44:06 +02:00
.idea Default code 2024-06-26 13:05:10 +00:00
src Inheritance chapter 2024-07-05 09:44:06 +02:00
.gitignore Default code 2024-06-26 13:05:10 +00:00
jLox.iml Default code 2024-06-26 13:05:10 +00:00