Skip to content

nexxeln/brainfuck_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!