Befunge::Interpreter - Perl extension for interpreting befunge.


NAME

Befunge::Interpreter - Perl extension for interpreting befunge.


SYNOPSIS

        use Befunge::Interpreter;


DESCRIPTION

        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.


TO-DO

        I have to add lots of stuff, update to Funge-98 spec...


BUGS

        I don't know of any


CONTACT

        Any problems contact xjharding@newbedford.k12.ma.us

 Befunge::Interpreter - Perl extension for interpreting befunge.