Skip to content

bengetch/LoxJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoxJava

Java implementation of the Lox programming language from the book Crafting Interpreters

Requirements

Tested with Java 19 & Maven 3.9

Usage

To compile, run the following from this directory:

mvn package

To run the REPL:

java -cp target/src-1.0-SNAPSHOT.jar com.lox.Lox

To run a .lox file:

java -cp target/src-1.0-SNAPSHOT.jar com.lox.Lox <path-to-lox-file>

About

Lox implementation in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages