A Terse interpreter written in Java.
- Build it with Maven
- 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.
This is a work in progress