Anarres::Mud::Driver - A game driver for LP Muds.


Anarres-Mud-Driver documentation  | view source Contained in the Anarres-Mud-Driver distribution.

Index


NAME

Top

Anarres::Mud::Driver - A game driver for LP Muds.

SYNOPSIS

Top

  use Anarres::Mud::Driver;

DESCRIPTION

Top

This is an EXPERIMENTAL LP Mud driver written in Perl. The principle is to parse the LPC as would a traditional driver, build and typecheck a parse tree, then generate Perl source code from the parse tree. More traditional drivers would here generate and interpret bytecode.

Generated Perl code is in a package namespace generated from the LPC filename of the object to be compiled.

This program contains some interesting curiosities, such as an emulation for a full 'C' style switch statement in Perl.

USAGE

Top

The system is developer only and the interface changes quite rapidly. A good place to start is probably reading the test files. For more information, see 'SUPPORT' below.

BUGS

Top

Incomplete. Experimental. Probably broken.

SUPPORT

Top

Speak to Arren on the Anarres II LP mud (telnet mudlib.anarres.org 5000)

AUTHOR

Top

	Shevek
	CPAN ID: SHEVEK
	cpan@anarres.org
	http://www.anarres.org/projects/

COPYRIGHT

Top

SEE ALSO

Top

perl(1).


Anarres-Mud-Driver documentation  | view source Contained in the Anarres-Mud-Driver distribution.