7 个稳定版本
1.2.2 | 2022年5月30日 |
---|---|
1.2.1 | 2022年5月20日 |
1.2.0 | 2022年5月19日 |
1.1.0 | 2022年5月18日 |
1.0.2 | 2022年5月16日 |
#751 在 编程语言 中
每月 27 次下载
用于 starfish-wasm
30KB
777 行
rust-starfish
A *><> 解释器,用 Rust 编写。*><> 是从 ><> 派生出来的语言。
构建
确保已安装 Rust 工具链。然后执行以下操作
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
依赖项
~4.5MB
~83K SLoC