Super Brainfuck

Post Reply
e
Posts: 1
Joined: Tue Jan 06, 2009 8:28 am

Super Brainfuck

Post 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'.
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

ah whoops, i forgot to say in my description that all output is printed as numbers. sorry.
gfoot
Posts: 269
Joined: Wed Sep 05, 2007 11:34 pm
Location: Brighton, UK

Post 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. :)
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

good point -- i should have put the ! on always... too late now tho =/
eike42
Posts: 15
Joined: Sun Oct 26, 2008 1:17 pm

Post 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?
Post Reply