Crate brainheck [] [src]

This a brainh*ck interpreter written in Rust. It's the same as brainfuck but hopefully more family-friendly. You can run it with e.g.

Examples

$ bh helloworld.bf

Hello World!

Modules

test

Module containing benchmarks

Functions

brainheck

Given a String with the code and a String with the input for the program, prints the output to the terminal.

reverse

Reverse a string