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 MockReader struct
  • A Nybble is a 4-bit unsigned integer (u4).
  • Structure to hold the program.
  • VirtualMachine is a struct representing a Virtual Machine capable of interpreting a BrainFuck program and tracking its state.
  • VirtualMachineBuilder is a builder for the VirtualMachine struct.

Enums

  • Representation of a single bit.
  • All possible instructions that can be understood by the interpreter
  • Allowable types of VMReader

Traits