Befunge::Interpreter - Perl extension for interpreting befunge.


Befunge-Interpreter documentation  | view source Contained in the Befunge-Interpreter distribution.

Index


NAME

Top

Befunge::Interpreter - Perl extension for interpreting befunge.

SYNOPSIS

Top

        use Befunge::Interpreter;




DESCRIPTION

Top

	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

Top

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




BUGS

Top

	I don't know of any




CONTACT

Top

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





Befunge-Interpreter documentation  | view source Contained in the Befunge-Interpreter distribution.