fabianishere / brainfuck

Brainfuck interpreter written in C
Apache License 2.0
527 stars 74 forks source link

Support for Brainfuck dialects #4

Open fabianishere opened 12 years ago

fabianishere commented 12 years ago

We should be able to support other Brainfuck dialects like Ook! and Blub.

rien333 commented 7 years ago

Haha, I was thinking of implementing this! I probably will get back to this in the near future

fabianishere commented 7 years ago

I have been working on a redesign of the code base for version 3.0, which will hopefully make this easier.

rien333 commented 7 years ago

Should I go ahead and use the "develop" branch if I want to implement this feature?

fabianishere commented 7 years ago

You should take a look at the ’v3-alpha’ branch, but if that branch does not work. Go ahead and work on the ’develop’