2 releases

0.1.1 May 17, 2021
0.1.0 May 16, 2021

#4 in #brainfuck-interpreter

Unlicense

9KB
185 lines

BF-RS

Brainfuck interpreter in Rust.

Usage

bf-rs [filename]

Example:
bf-rs hello_world.bf

hello_world.bf:

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

Output:
Hello World!

No runtime deps