Crate brainfoamkit_lib
source ·Structs
- A struct representing an ASCII character.
- Represents a table of ASCII characters.
- A Byte is an 8-bit unsigned integer (u8).
- An iterator over a byte
- An iterator over a nybble
- The
MockReaderstruct - A Nybble is a 4-bit unsigned integer (u4).
- Structure to hold the program.
VirtualMachineis a struct representing a Virtual Machine capable of interpreting aBrainFuckprogram and tracking its state.VirtualMachineBuilderis a builder for theVirtualMachinestruct.
Enums
- Representation of a single bit.
- All possible instructions that can be understood by the interpreter
- Allowable types of
VMReader
Traits
- The
VMReadertrait