Brainf**k 12

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. Brainfuck simply requires one to break commands into microscopic steps.

Wikipedia

Features

Multi-file mode

Versions

Name Version ID Multi-file mode
1.0.6 1
bff 1.0.6 3
bff 1.0.7 5

Libraries

-

Examples

TEST problem

Sample solution to the TEST programming problem.

test_problem.bf
test_problem.in