/brainfuck

Just some random brainfuck interpreter

Primary LanguageRust

🧠 F*ck

A tiny interpreter for brainf*ck written in Rust.

Installation

  1. Clone the repository
  2. Run cargo build --release
  3. Copy the binary from target/release/ to any desired location in your system.
  4. (optional) Add the location to your system's PATH.
  5. Run the binary with the path to the brainf*ck file as an argument for example brainfuck test.bf