Math::SymbolicX::ParserExtensionFactory

This module provides a simple way to extend the Math::Symbolic parser with arbitrary functions that return any valid Math::Symbolic tree. The return value of the function call is inserted into the complete parse tree at the point at which the function call is parsed. Familiarity with the Math::Symbolic module will be assumed throughout the documentation.

INSTALLATION

To install this module type the following:

perl Build.PL
./Build
./Build test
./Build install

On platforms that don't support the "./" notation, that would be:

perl Build.PL
perl Build
perl Build test
perl Build install

If you wish, you may use the old MakeMaker style instead:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Math::Symbolic
Test::More
Memoize
Data::Dumper
Parse::RecDescent

SEE ALSO

Current versions of this module may be found on http://steffen-mueller.net or CPAN.

Please send your suggestions, inquiries, and feedback to math-symbolic-support at lists dot sourceforge dot net. Feel free to subscribe to the developers mailing list: math-symbolic-develop at lists dot sourceforge dot net

Math::SymbolicX::BigNum and Math::SymbolicX::ComplexNumbers for examples of usage.

Math::Symbolic and Math::Symbolic::Parser for the full scoop if info.

COPYRIGHT AND LICENCE

Copyright (C) 2003-2009 Steffen Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.