Status: WIP
Rust implementation of the Fift esoteric language.
bash
curl https://sh.rustup.rs -sSf | sh
cargo install --locked fift-cli
```
Usage: fift [
A simple Fift interpreter. Type bye
to quie, or words
to get a list of all commands
Positional Arguments: source_file an optional path to the source file (stdin will be used otherwise)
Options:
-n, --bare do not preload standard preamble file Fift.fif
-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
```
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
Licensed under either of
at your option.