Skip to content

Brainfuck Interpreter

Ata Hakçıl edited this page Feb 23, 2018 · 3 revisions

Yet another brainfuck interpreter

using C++/CLR.

It has a debug session tool that can execute the bf script command by command, helping the user with understanding what is wrong (so its like an anti-brainfuck)

You can view state of memory, and you can view output as both all integers or integers+characters. It has built in open file dialog and save file dialog support. This icon is what your desktop really needs!

What it looks like:

Clone this wiki locally