Skip to content

Releases: K-avi/fibofuck

Fibofuckv1.0

17 Apr 22:12
Compare
Choose a tag to compare

This is the first and likely final release of the Fibofuck interpreter ! Fibofuck is a tiny turing tarpit and it's whole idea is "what if the brainfuck environment was a weird fibonacci heap?". The language is documented in the docu/docu.html file.
In order to compile the interpreter you will need gcc, make, bison and flex.
If you have all of those installed simply type
'make fibofuck' in the main directory of the project.