关于Brainfuck
对于深奥的编程语言Brainfuck一个翻译应用程序
"Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism.
The language consists of only eight simple commands and an instruction pointer. While it is fully Turing-complete, it is not intended for practical use, but to challenge and amuse programmers."
Source: Wikipedia
This app is an interpreter for Brainfuck which features a minimalistic keyboard containing the 8 commands, some examples, a glossary of the available commands, a detailed view of the used cells and of the output given by your programms.
Planned features:
[ ] Infinite loop detection
[ ] Breakpoints
[ ] Run every command step by step
[ ] Save and load scripts within the app
[ ] Beginner tutorial
[ ] Function system
[ ] Brainfuck code to C converter