Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 448 Bytes

jterse

A Terse interpreter written in Java.

Running the interpreter

  1. Build it with Maven
  2. Run java -jar jterse-VERSION.jar [--notab] [path to script]

If you specify --notab you can use any whitespace instead of a tab after a command.
If you don't specify a script the interpreter will start in REPL mode.

You can find example scripts in /examples.

Note

This is a work in progress