a fast brainfuck interpreter written in Rust

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

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