hourglass_full Your download should start automatically in a few seconds...

Download Brainfuck_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Brainfuck_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

"Brainfuck is an esoteric programminglanguagecreated in 1993 by Urban Müller, and notable for itsextrememinimalism.

The language consists of only eight simple commands andaninstruction pointer. While it is fully Turing-complete, it isnotintended for practical use, but to challenge andamuseprogrammers."

Source: Wikipedia

This app is an interpreter for Brainfuck which featuresaminimalistic keyboard containing the 8 commands, some examples,aglossary of the available commands, a detailed view of theusedcells and of the output given by your programms.

Planned features:
[ ] Infinite loop detection
[ ] Breakpoints
[ ] Code shortcuts
[ ] Run every command step by step
[ ] Save and load scripts within the app
[ ] Beginner tutorial
[ ] Function system
[ ] Brainfuck code to C converter