Crates.io | fift |
lib.rs | fift |
version | 0.1.23 |
source | src |
created_at | 2023-07-25 17:56:37.034442 |
updated_at | 2023-11-17 13:34:22.66566 |
description | Rust implementation of the Fift esoteric language |
homepage | |
repository | https://github.com/broxus/fift |
max_upload_size | |
id | 925828 |
size | 294,291 |
Status: WIP
Rust implementation of the Fift esoteric language.
Compile from source:
curl https://sh.rustup.rs -sSf | sh
cargo install --locked fift-cli
Or install as a binary:
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
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
The fift
and fift-proc
library crates are licensed under either of
at your option.
The fift-cli
and fift-libs
crates are licensed under