Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
A pair of state and commands list which can be use to compute brainfuck programmes
func NewInterpreter ¶
func (Interpreter[T]) Compute ¶
func (i Interpreter[T]) Compute(source io.ReadCloser) *computation.Computation[T]
func (Interpreter[T]) ComputeWithContext ¶
func (i Interpreter[T]) ComputeWithContext(ctx context.Context, source io.ReadCloser) *computation.Computation[T]
Click to show internal directories.
Click to hide internal directories.