Skip to content

vfaltings/rust-bfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-bfi

An interpreter for Brainfuck written in Rust. rbfi interprets programs written in Brainfuck. It expects to read the program from a file.

To build, use cargo build. To run, use rbfi <filename> or cargo run <filename>.

An example HelloWorld program is included, to run it simply run cargo run HelloWorld.txt.

About

An interpreter for Brainfuck written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published