Tagged Questions

3
votes
9answers
547 views

Creating a Brainf**k parser, whats the best method of parsing loop operators?

I'm creating a Brainf++k parser (in a BASIC dialect) ultimately to create an interpreter but i've realise it's not as straight forward as i first thought. My problem is that i need a way to accurately ...
1
vote
1answer
96 views

Why is my Hello World Program failing?

So, I handwrote this program in BrainF*** +++++++++++++++++[>++++>++++>++++>++++>++>+++++>++++>++++>++++>++++<<<<<<<<<<-] ...