Obf: Brainfuck Interpreter

• 1 min read • 100 words

See @github/obf

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ā„¢.

Written in: Rust