Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kindermax/lox-java

Lox programming language written in Java - based on https://craftinginterpreters.com
https://github.com/kindermax/lox-java

Last synced: 16 days ago
JSON representation

Lox programming language written in Java - based on https://craftinginterpreters.com

Awesome Lists containing this project

README

        

Lox programing language and interpreter
---

Based on https://craftinginterpreters.com

## Run

`lets lox` - will start REPL

`lets lox examples/hello.lox` - will run script from file

## Test

`lets test`

## Dependencies

* Java version - 17