Monday, August 20, 2012

Brainfuck Interpreter 2.0

Some time ago I wrote a little Brainfuck interpreter with my own ProgramOptions implementation and I guess kind of bad code design...

So today I got a bit bored and had a look at Boost.Spirit.

I wrote a completely new Brainfuck interpreter which happens also to work a bit better than my old one... The old one had problems with loops somehow...
Both versions can be found here:
http://www-user.tu-chemnitz.de/~bytow/

I was not able to test the new interpreter on windows but I will do that asap.
Also I hope my style improved since the first version :-)
So feel free to comment and criticize ;-)

No comments:

Post a Comment