codeaye / brainf

A brainfuck interpreter written in Rust 🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🦀


Languages

Language:Rust 96.2%Language:Brainfuck 2.8%Language:Makefile 1.0%