Copyright (c) 2017 by Nick Lauri.
How to run:
- Install Rust, instructions can be found on their homepage (https://www.rust-lang.org/en-US/install.html)
- Clone
nicklauri/bfi
from github by typinggit clone https://github.com/nicklauri/bfi.git
or download as a zip file. - Build
bfi
by changing current directory to where you putbfi
in
and typingcargo build --release && cp target/release/bfi .
- Run and test available examples in
bfi/examples/
.
./bfi examples/mandelbrot.bf