Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 240 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 240 Bytes

brainfe

Another brainf*ck interpreter written in Rust

build

git clone https://github.com/jack-champagne/brainfe
cd brainfe
cargo build

run

./target/debug/brainfe helloworld.bfk
# Outputs:
Hello world!