A brainfuck interpreter written in Ada
Go to file
R. Tyler Croy 5c004a8187 Update the README 2011-07-04 20:45:10 -07:00
Makefile Add a basic Makefile 2011-07-04 20:43:44 -07:00
README.markdown Update the README 2011-07-04 20:45:10 -07:00
bell.bf Add some examples 2011-07-04 20:41:01 -07:00
factorial.bf Add some examples 2011-07-04 20:41:01 -07:00
fib.bf Add some examples 2011-07-04 20:41:01 -07:00
fucked.adb Fix up the looping logic 2011-07-04 20:40:48 -07:00
hello.bf hello world in BF 2011-07-04 20:17:57 -07:00

README.markdown

Brainfuck in Ada

This is kind of ridiculous.

Compiling

You will need an Ada compiler (such as those from AdaCore)

% make

Running

% ./fucked hello.bf