Obf: Brainfuck Interpreter
ā¢
1 min read
ā¢
100 words
obf
is a simple brainfuck
interpret. Supports all original brainfuck features. Implemented through a array of bytes which is treated as an infinite tape. Using pointers
and +/-
operations, one can practically implement anything through it. Turing Completeā¢.