#Brainfuck writer and interpreter
14 messages · Page 1 of 1 (latest)
@lean helm here's one for you XD
https://github.com/nymda/FlipperZeroBrainfuck made a repo for it
hero
what does it do
more lines
not a perfect input method but it works ig
input is read into a buffer that the BF program reads from at each read char command. if it reaches the end of the buffer it just loops
As inputs are now implemented im considering this build as the MVP, let me know if there are any major issues
First the basic java implementation, now Brainfuck
I'm afraid.
Nice job though, that's a stellar UI