Skip to content

vigdail/brainfuck.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainFuck.rs

Rust implementation of BrainFuck language interpreter.

This interpreter of COW language used as a reference.

Running

Use cargo run %path_to_file% to run the program. For example

$ cargo run test/hello_world.bf

will run the hello world program.

About

Simple brainfuck interpreter written in rust

Topics

Resources

Stars

Watchers

Forks