Skip to content

cerus/jterse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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