Crate mycon[][src]

An interpreter and a library for the esoteric programming language Befunge-98.

Structs

Environment

Tracks information on how the program interacts with its environment.

Program

An instance of a Befunge-98 program.

Enums

ExecAction

Specifies what action to take when the program attempts to execute a shell command.

FileView

Specifies how to react when the program tries to access a file.