Skip to content

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

Notifications You must be signed in to change notification settings

TomBeckett/jlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages