Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 304 Bytes

jlox

A tree-walk interpreter for Lox Programming Language written in Java.

Quick Start

Install all dependencies: JDK 19 and Maven.

$ git clone https://github.com/tombeckett/jlox.git
$ cd jlox
$ mvn clean compile exec:java