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!
1
It's a good idea, but has already been posted: http://codegolf.stackexchange.com/questions/84/interpret-brainfuck?rq=1
– copy – 13 years agoOh, I missed that. Fair enough. – ACarter – 13 years ago