a fast brainfuck interpreter written in Rust

Nicolas Winkler 9b58ffd765 Merge branch 'docker' of nicolas/zombie into master hace 3 años
examples 1070a56612 adding hello world example hace 4 años
src 1fb0fe52f8 fix memory offset bug hace 4 años
.gitignore 034c38d2c5 initial commit hace 6 años
Cargo.lock 707d289d6c adding options hace 4 años
Cargo.toml 707d289d6c adding options hace 4 años
Dockerfile fc851b00a3 Add Docker hace 3 años
LICENSE 1825b10f25 Add LICENSE hace 6 años
README.md fc851b00a3 Add Docker hace 3 años
benchmark.py 1633061ef3 consistent hace 4 años

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