Skip to content
/ brainf Public

A brainfuck interpreter written in Rust 🦀

Notifications You must be signed in to change notification settings

codeaye/brainf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainf

A brainfuck interpreter written in Rust 🦀. Do not I wrote this in my spare time... but still its good!

Run Locally

Clone the project

  git clone https://github.com/codeaye/brainf

Go to the project directory

  cd brainf

Install the cli globally with cargo

  make

Or if you dont have make, just run

  cargo install --path . --profile release

Then put some brainfuck in a file (extension doesnt matter!) Then run:

  brainf ./path/to/file.bf

About

A brainfuck interpreter written in Rust 🦀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published