a fast brainfuck interpreter written in Rust

Anastassios Martakos fc851b00a3 Add Docker 3 lat temu
examples 1070a56612 adding hello world example 4 lat temu
src 1fb0fe52f8 fix memory offset bug 4 lat temu
.gitignore 034c38d2c5 initial commit 6 lat temu
Cargo.lock 707d289d6c adding options 4 lat temu
Cargo.toml 707d289d6c adding options 4 lat temu
Dockerfile fc851b00a3 Add Docker 3 lat temu
LICENSE 1825b10f25 Add LICENSE 6 lat temu
README.md fc851b00a3 Add Docker 3 lat temu
benchmark.py 1633061ef3 consistent 4 lat temu

README.md

zombie

Fast Brainfuck interpreter written in Rust

Docker

$ docker build -t zombie .

# default is running examples/hello_world.bf
$ docker run -it --rm zombie

# run specific example
$ docker run -it --rm zombie examples/mandel.bf