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§
- Exec
Action - Specifies what action to take when the program attempts to execute a shell command.
- File
View - Specifies how to react when the program tries to access a file.