Skip to content

clear-leo/BrainFuck-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A brainfuck interpreter fully written in rust

Speedy brainfuck interpreter written fully in rust.

Usage

brainfuck [-vh] [file]
-v --version       Shows version information
-h --help            Shows the help message

Building from source

Make sure you have cargo installed.
Clone this repo

git clone https://github.com/clear-leo/BrainFuck-rs.git

cd into the repository and build

cd BrainFuck-rs
cargo build --release

Installing to path

Make sure you have cargo installed.
Clone this repo

git clone https://github.com/clear-leo/BrainFuck-rs.git

cd into the repository and install

cd BrainFuck-rs
cargo install --path .

About

Speedy brainfuck interpreter written fully in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages