Glossary¶
- BF¶
See Brainfuck.
- Brainfuck¶
Abbreviated as BF. An esoteric and minimalistic programming language.
- Program¶
Contains instructions. An instruction can be accessed by an index. New instructions can be added returning a new program.
- Instruction¶
A brainfuck instruction. The basic instructions are:
<comment>
<memory-data>
<memory-pointer>
<input>
<output>
<jump>