a fast brainfuck interpreter written in Rust
|
hace 3 años | |
---|---|---|
examples | hace 4 años | |
src | hace 4 años | |
.gitignore | hace 6 años | |
Cargo.lock | hace 4 años | |
Cargo.toml | hace 4 años | |
Dockerfile | hace 3 años | |
LICENSE | hace 6 años | |
README.md | hace 3 años | |
benchmark.py | hace 4 años |
Fast Brainfuck interpreter written in Rust
$ 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