Obf: Brainfuck Interpreter

• 1 min read • 100 words

See @github/obf

obf is a simple brainfuck interpreter. It supports all of the original brainfuck features. Implemented using an array of bytes which is treated as an infinite tape. Using pointers and +/- operations, one can practically implement anything in brainfuck. Turing Completeā„¢.

Written in: Rust