Skip to content

Latest commit

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages