a fast brainfuck interpreter written in Rust
|
|
il y a 3 ans | |
|---|---|---|
| examples | il y a 4 ans | |
| src | il y a 4 ans | |
| .gitignore | il y a 7 ans | |
| Cargo.lock | il y a 4 ans | |
| Cargo.toml | il y a 4 ans | |
| Dockerfile | il y a 3 ans | |
| LICENSE | il y a 7 ans | |
| README.md | il y a 3 ans | |
| benchmark.py | il y a 4 ans |
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