/bfi

Brainf*** Interpreter

Primary LanguageBrainfuck

BFI (Brainfuck Interpreter)

Interprets Brainfuck scripts

Thanks to www.brainfuck.org for many of the tests I've blatantly stolen.

Usage:

bfi <FILE>

or

bfi <TEXT>

where <TEXT> is interpreted as Brainfuck, i.e.

bfi '+++++++[>+++++++<-]>++.-----.+++.+++.'

Installation

You'll need Cargo, which comes with Rust.

Clone the repository, then

cargo install --path path/to/bfi