BrainF***

By SaladFingers

Language tutorial: https://en.m.wikipedia.org/wiki/Brainfuck

Uses all the same commands except [] brackets are just () parenthesis. Easy language to learn. Tap the screen while editing to load a program saved to memory. Return to start interpreting (thanks was8bit for the keyboard help).

•Wrapping cells
•Max 8 cells
•Auto-stop when cells are out of range
•Save/Load
•Some error checks
•Loops

Commands:
()
+-
<>
.,

Example:
(>+.<+)
Prints all characters
•I challenge someone to make a Hello World program

Issues:
•Nested () are not functional as of v1.0
•Saving is a little buggy, it saves to transfer memory.
• “,” command not supported but it’s usually not necessary

Please ask for any needed help or report any found bugs!

Get LowRes Coder to use this program.

Play homegrown retro games and program your own!