Skip to content

mliezun/jlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlox

Based on the book craftinginterpreters.

Requirements

  • Maven
  • Java 8

How to use

$ git clone https://github.com/mliezun/jlox
$ cd jlox
$ mvn clean package
$ java -jar target/lox-1.0.jar

Examples

Examples of lox programs can be found inside the examples folder.

About

Lox language implementation in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages