/brainfuck_interpreter

yet another brainfuck interpreter written in rust

Primary LanguageRustMIT LicenseMIT

Brainfuck Interpreter

demo

Overview

This is yet another brainfuck interpreter written in Rust. It's blazing fast. I made this to test my skills in Rust and it was a good learning experience.

Prerequisites

Installation

  • Clone the repository:
    git clone https://github.com/nexxeln/brainfuck_interpreter  
  • Change directory:
    cd brainfuck_interpreter
  • Build the project:
    cargo build --release

Usage

  • Run the program:
    cargo run --release f <RELATIVE FILE PATH>

Contributing

Feel free to contribute!