| Befunge-Interpreter documentation | view source | Contained in the Befunge-Interpreter distribution. |
Befunge::Interpreter - Perl extension for interpreting befunge.
use Befunge::Interpreter;
Befunge::Interpreter is a fully Befunge-93 compliant
Befunge interpreter written in Perl.
The usage is easy.
use Befunge::Interpreter;
$interpreter = new Befunge::Interpreter;
$interpreter->get_befunge("hello.bf");
$intrepreter->process_befunge();
That is all, so far.
I have to add lots of stuff, update to Funge-98 spec...
I don't know of any
Any problems contact xjharding@newbedford.k12.ma.us
| Befunge-Interpreter documentation | view source | Contained in the Befunge-Interpreter distribution. |