Crate brainfrsck

Source
Expand description

This is an implementation of an interpreter for the brainfuck “programming language”.

Modules§

components
Holds the component structs of the interpreter
error
instruction
Holds support for the Instruction enum
interpreter
The interpreter itself and others relating to it
prelude
Basic functions and structs you may need along the way
util
Holds literally one utility trait, ToBytes