Crate lobe

Crate lobe 

Source
Expand description

Lobe - A fast Brainfuck interpreter

Structs§

Bytecode
Compiled bytecode representation
Runtime
Runtime state for executing Brainfuck programs

Functions§

create_runtime
Create a new Runtime from Brainfuck source code
run
Convenience function: parse and run a Brainfuck program