john-h-k / rustfuck

A very speedy JIT compiler + interpreter for Brainfuck
MIT License
0 stars 0 forks source link
brainfuck cli rust

rustfuck

A brainfuck JIT and interpreter set

Why?

I wanted to write a brainfuck interpreter. They are inherently quite useless

What does it have?

rustfuck contains 4 interpreters as well as an optimising JIT-compiler (currently only available on AArch64).

The 4 backends:

There are several examples in the examples folder, including hello_world and mandelbrot.