[][src]Module berust::interpreter

Structs

InputOutput

A provider of input and output operations.

Interpreter

A Befunge interpreter

Enums

Mode

The current mode of the program

Type Definitions

Stack

The stack of an execution.

StdInputOutput

An InputOutput implementation based on stdin and stdout.