Page 1 of 1

Super Brainfuck

Posted: Sat Jan 10, 2009 11:03 pm
by e
adum, are you sure that the Super Brainfuck tests are correct?

Expected: '111111102', got: '' for input '+[>,]<-[+.<-]!foo'

I think the correct expected output is 'oof'.

Posted: Sat Jan 10, 2009 11:13 pm
by adum
ah whoops, i forgot to say in my description that all output is printed as numbers. sorry.

Posted: Tue Feb 17, 2009 1:50 am
by gfoot
Hmm, I think the challenge text could be clearer that the '!' separating the code from the input will not be present if there is no input. I need to add some warts now. :)

Posted: Tue Feb 17, 2009 8:00 am
by adum
good point -- i should have put the ! on always... too late now tho =/

Posted: Wed Jul 01, 2009 2:22 pm
by eike42
I have a fairly good running bf program. It still fails one test by too many cycles. Am I able to see the test that is failing to see how much I have left to optimize?