Skip to content

NotNorom/bf-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BF-RS

Brainfuck interpreter in Rust.

Usage

bf-rs [filename]

Example:
bf-rs hello_world.bf

hello_world.bf:

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

Output:
Hello World!