A simple implement for Brainfuck Virtual Machine (or "Interpreter"). Once can only read one file.
Very simply,
$ brainfkvm <FILEPATH>
and you can read help with
$ brainfkvm --help
Well, filepath cannot be --help
... XD
Use Cargo,
$ cargo build
$ cargo run -- <FILEPATH or --help>
- implement for
,
command