I wanted to write a brainfuck interpreter. They are inherently quite useless
rustfuck
contains 4 interpreters as well as an optimising JIT-compiler (currently only available on AArch64).
The 4 backends:
mandelbrot.b
+-
s and <>
s, as well as creating a branch lookup table
mandelbrot.b
mandelbrot.b
mandelbrot.b
There are several examples in the examples
folder, including hello_world
and mandelbrot
.