Module brainoxide::tape

source ·
Expand description

Implementations of the BF tape

Structs

  • A tape implemented with a Vec.

Traits

  • A trait implementing a tape for some type. This is used for abstract interpretation in the optimiser.
  • A trait implementing a tape for the BF program memory