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

https://github.com/cerus/jterse

A Terse interpreter written in Java.
https://github.com/cerus/jterse

esolang esolangs esoteric esoteric-interpreter esoteric-language esoteric-languages esoteric-programming-language terse terse-lang

Last synced: about 1 year ago
JSON representation

A Terse interpreter written in Java.

Awesome Lists containing this project

README

          

# jterse
A [Terse](https://esolangs.org/wiki/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](/examples).

## Note
This is a work in progress