maheshbansod / jlox

Lox in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JLox

Java implementation of the lox language interpreter

Compile

javac com/light/jlox/Lox.java

Running

java com.light.jlox.Lox [LOX_FILE]

Without arguments, it starts the lox interpreter interactively.

To run an example lox code:

java com.light.jlox.Lox lox_examples/<example name>.lox

About

Lox in Java


Languages

Language:Java 100.0%