Crates.io | starfish |
lib.rs | starfish |
version | 1.2.2 |
source | src |
created_at | 2022-05-16 20:47:53.447109 |
updated_at | 2022-05-30 15:33:30.298751 |
description | *><> is a stack-based, reflective, two-dimensional esoteric programming language based directly off of ><>. |
homepage | |
repository | https://github.com/TheDiscordian/rust-starfish/ |
max_upload_size | |
id | 587885 |
size | 40,092 |
A *><> interpreter written in Rust. *><> is a language derived from ><>.
Ensure the Rust toolchain is installed. Then do the following:
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] <PATH>
ARGS:
<PATH> Path to *><> script
OPTIONS:
-c, --output-codebox Output codebox each tick
-d, --delay <DELAY> Delay between each tick in milliseconds [default: 0]
-h, --help Print help information
-s, --stack <STACK> Initial stack (example: --stack "10 'olleh'")
-S, --output-stack Output stack each tick
-V, --version Print version information