# brainfuc*k interpreter: a simple brainfuc*k interpreter and REPL writen in rust 🦀 #### *Read this in other languages.* [AR Arabic-العربية](README-ar.md) ## Features - Run brainfuc*k code from a file 💫 - Run brainfuc*k live code from the REPL 🚀 - Support utf-8 characters including emojis 😍 (optional) - You can control in the array size 📏 ## 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) |