[][src]Crate brainiac_22ccb748d608358e

This crate includes an implementation of the Brainfuck esoteric language as a macro rule.

A couple of limitations apply: Anytime a series of characters encountered would be interpreted by the Rust compiler as a symbol, they need to be separated by a space.

i.e: ">>" must be "> >" "->" must be "- >" "<<" must be "< <" "<-" must be "< -" ".." must be ". ."

Macros

brainfuck