Brainf*** interpreter

0

Possible Duplicate:
Interpret Brainfuck

As the name suggests, the challenge is to create the smallest brainf** interpreter, in the language of your choice.

It can either accept input from the user, or get the code it parses from a string stored in the program.

It can print the output, or store it in a string, I don't mind.

I am talking standard BF, just using + - [ ] > < , .

That's it!

ACarter

Posted 2012-06-15T19:13:05.763

Reputation: 131

Question was closed 2012-06-15T21:20:41.040

1

It's a good idea, but has already been posted: http://codegolf.stackexchange.com/questions/84/interpret-brainfuck?rq=1

– copy – 2012-06-15T19:27:20.757

Oh, I missed that. Fair enough. – ACarter – 2012-06-16T06:42:59.047

No answers