# brainfuc*k interpreter: a simple brainfuc*k interpreter and REPL writen in rust 🦀 ## Install - from crates.io ```shell cargo install bfy ``` - From aur: ```shell yay -S bfy ``` ## Options and arguments
Option | Description | Default |
---|---|---|
-h , --help |
Prints help information | |
-V , --version |
Prints version information | |
-f , --features |
The extra features to enable Possible values:
|
n/a |
-a , --array-size |
The size of the array | 30000 |
-w , --without-tiles |
Dont print the tiles (e.g. exit code, file name, etc) |