brainf*ck Interpreter for Android
Amazing! 4/5, since there's no option to specify the amount of bits each cell holds :/ EDIT: When the feature gets added, this definitely deserves 5 stars! :-P
I think this is a very simple yet powerful application that I would enjoy more if there were a few changes to the application. You can only view two lines of output, which isnt very ideal. Input is forced to be a ascii character represented as a number between 0 and 255 (which, I like), but there is no option within the pop-up dialoge to provide an ascii character as a character. I like the buttons for typing, but the keyboard is not disabled on the textbox, so I have to push my back button to see what I was typing. However, I absolutely love the debug character being included as well as runtime feedback (infinite loops). I can tell there was a lot of work spent on developing the language interpretation part of this app. After some polishing with the UI, I think this app eould recieve a 5 stars in my book.
I like it a lot, but when I take an input, the input box keeps popping up even after the program finishes, like, it just won't go away, so I can't run programs properly. Please fix and you can get 5 stars!
Would it be possible to make keyboard pop up on e.g. a double tap instead? Every little tweak is pain in the ass to implement, other than that it's all I wanted from a mobile bf interpreter.
No way to save my stuff... there should be one, i can even see a load button, but not a save one
Now it's by far the best interpreter I've found
I like the part where it shows the ASCII char during input. Need an option to save and load code, little more material design and a proper icon. And you're set.
The input should be treated as ASCII
by O####:
It's really nice for small programs, it would be even nicer if there was an indicator for where your pointer is, and maybe a button to jump to the location of your pointer. Scrolling in the output box would help a lot for larger programs too. One more thing (for long loops), an option to "snooze" the infinite loop warning so that it waits a bit longer and pops up again if the loop still keeps repeating. Right now it just terminates the program, even when I put breakpoints at the end of each loop to check it's not an infinite loop.