Brainfuck Interpreter for Android
But unfortunately I cannot save any BF scripts. Would really like to have this feature.
Great design, but I think one way you could improve this is by adding a BF keyboard with the eight symbols.
What is this about? XD
Decrementing a cell at 0 should give 255, not 0.
Recently came across BF and were intrigued by the compact format of this language. After quick search downloaded a few interpreters from the Play Store, but felt most comfortable with this one, and kept it on device. Did not like very much the input pop-ups as a design concept, however, they serve their purpose well. Wondered if anybody has ever tried to translate K&R's examples, and to what extend is that even possible?
Only suggestion, can you change the input method to integer value 0-255 instead of ASCII character. It's difficult to input a value of say 1, if I want to test some algorithm.
I am a programming hobbyist, so little apps like this for my phone I enjoy.
Recently came across BF and were intrigued by the compact format of this language. After quick search downloaded a few interpreters from the Play Store, but felt most comfortable with this one, and kept it on device. Did not like very much the input pop-ups as a design concept, however, they serve their purpose well. Wondered if anybody has ever tried to translate K&R's examples, and to what extend is that even possible?
BF pretty heavily relies on wrapping to call larger numbers, by going over boundaries. This doesn't support this feature.
But unfortunately I cannot save any BF scripts. Would really like to have this feature.
Recently came across BF and were intrigued by the compact format of this language. After quick search downloaded a few interpreters from the Play Store, but felt most comfortable with this one, and kept it on device. Did not like very much the input pop-ups as a design concept, however, they serve their purpose well. Wondered if anybody has ever tried to translate K&R's examples, and to what extend that is even possible? Tried a few short ones myself, and posted variations on my site at AUS-FL dot com slash EXTRA dot html, enjoy!
Brilliant
by T####:
Recently came across BF and were intrigued by the compact format of this language. After quick search downloaded a few interpreters from the Play Store, but felt most comfortable with this one, and kept it on device. Did not like very much the input pop-ups as a design concept, however, they serve their purpose well. Wondered if anybody has ever tried to translate K&R's examples, and to what extend is that even possible?