This class can be used as an interpreter of the Befunge programming language without using special PHP extension.
Befunge is an obfuscated programming language that works in 2D.
This class can load Befunge files that contain a stack arrays of single character strings. Then it cycles over the stack interpreting its values to execute the associated language commands.