bf-rs

Crates.iobf-rs
lib.rsbf-rs
version0.1.1
sourcesrc
created_at2021-05-16 22:13:12.80163
updated_at2021-05-17 00:18:14.439586
descriptionBrainfuck interpreter for Rust
homepagehttps://github.com/NotNorom/bf-rs
repositoryhttps://github.com/NotNorom/bf-rs
max_upload_size
id398368
size10,168
Andre Julius (NotNorom)

documentation

README

BF-RS

Brainfuck interpreter in Rust.

Usage

bf-rs [filename]

Example:
bf-rs hello_world.bf

hello_world.bf:

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

Output:
Hello World!

Commit count: 8

cargo fmt