#esolang #fift #esoteric #interpreter #cli #language

app 五号命令行工具

五号神秘语言解释器的命令行界面

22 个版本

0.1.23 2023年11月17日
0.1.22 2023年9月29日
0.1.17 2023年8月27日

#347编程语言

Download history 3/week @ 2024-03-07 12/week @ 2024-03-14 69/week @ 2024-03-28 67/week @ 2024-04-04

每月 133 次下载

LGPL-2.1-or-later

350KB
8K SLoC

五号 crates-io-batch docs-badge rust-version-badge workflow-badge

状态:工作进行中

关于

Rust 实现的五号神秘语言。

安装

从源代码编译

curl https://sh.rustup.rs -sSf | sh
cargo install --locked fift-cli

或者作为二进制文件安装

curl -fsSL https://fift.rs/install | bash

使用

Usage: fift [<source_files...>] [-n] [-i] [-I <include>] [-L <lib>]

A simple Fift interpreter. Type `bye` to quie, or `words` to get a list of all commands

Positional Arguments:
  source_files      a list of source files to execute (stdin will be used if
                    empty)

Options:
  -n, --bare        do not preload standard preamble file `Fift.fif`
  -i, --interactive force interactive mode even if explicit source file names
                    are indicated
  -I, --include     sets color-separated library source include path. If not
                    indicated, $FIFTPATH is used instead
  -L, --lib         sets an explicit path to the library source file. If not
                    indicated, a default one will be used
  --help            display usage information
  -v, --version     print version information and exit
  -s                script mode: use first argument as a fift source file and
                    import remaining arguments as $n

贡献

我们欢迎对项目的贡献!如果您注意到任何问题或错误,请随时打开问题或提交拉取请求。

许可协议

依赖关系

~10–19MB
~273K SLoC