nicklauri / bfi

Brainf*ck Interpreter in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BFI - Brainf*ck Interpreter in Rust

Copyright (c) 2017 by Nick Lauri.

How to run:

  1. Install Rust, instructions can be found on their homepage (https://www.rust-lang.org/en-US/install.html)
  2. Clone nicklauri/bfi from github by typing git clone https://github.com/nicklauri/bfi.git or download as a zip file.
  3. Build bfi by changing current directory to where you put bfi in
    and typing cargo build --release && cp target/release/bfi .
  4. Run and test available examples in bfi/examples/.
    ./bfi examples/mandelbrot.bf

About

Brainf*ck Interpreter in Rust


Languages

Language:Rust 100.0%