aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-15 15:59:04 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-15 15:59:04 +0000
commit49011927726ae8d485b6510d63ccd66e2b71e37e (patch)
tree89317124de554e5b370645e6a6f5be4bf99b833b /math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
parent9e1392e110229e3de87897a5f92d0e7ace4e5064 (diff)
downloadports-49011927726ae8d485b6510d63ccd66e2b71e37e.tar.gz
ports-49011927726ae8d485b6510d63ccd66e2b71e37e.zip
Notes
Diffstat (limited to 'math/p5-Math-Symbolic-Custom-Transformation/pkg-descr')
-rw-r--r--math/p5-Math-Symbolic-Custom-Transformation/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr b/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
new file mode 100644
index 000000000000..8f9ece2bdcaf
--- /dev/null
+++ b/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
@@ -0,0 +1,20 @@
+Math::Symbolic::Custom::Transformation is an extension to the
+Math::Symbolic module. You're assumed to be remotely familiar with that
+module throughout the documentation.
+
+This package implements transformations of Math::Symbolic trees using
+Math::Symbolic trees. I'll try to explain what this means in the following
+paragraphs.
+
+Until now, in order to be able to inspect a Math::Symbolic tree, one had
+to use the low-level Math::Symbolic interface like comparing the top
+node's term type with a constant (such as T_OPERATOR) and then its
+operator type with more constants. This has changed with the release of
+Math::Symbolic::Custom::Pattern.
+
+To modify the tree, you had to use equally low-level or even
+encapsulation-breaking methods. This is meant to be changed by this
+distribution.
+
+WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Transformation
+Author: Steffen Mueller <symbolic-module@steffen-mueller.net>