Crate mycon

Source
Expand description

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

Structs§

Config
A container for program configuration.
Program
An instance of a Befunge-98 program.
Trace
Values available to trace output.

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.