A *><> interpreter written in Rust. *><> is a language derived from ><>.
Ensure the Rust toolchain is installed. Then do the following:
shell
git clone https://github.com/TheDiscordian/rust-starfish
cd rust-starfish
cargo build
```
$ starfish -h
starfish 1.1.0
*><> is a stack-based, reflective, two-dimensional esoteric programming language based directly off
of ><>.
USAGE:
starfish [OPTIONS]
ARGS:
OPTIONS:
-c, --output-codebox Output codebox each tick
-d, --delay