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.
- Host: GitHub
- URL: https://github.com/cerus/jterse
- Owner: cerus
- Created: 2020-04-24T20:43:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T21:28:46.000Z (over 5 years ago)
- Last Synced: 2025-01-24T17:44:46.261Z (over 1 year ago)
- Topics: esolang, esolangs, esoteric, esoteric-interpreter, esoteric-language, esoteric-languages, esoteric-programming-language, terse, terse-lang
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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