Math-Symbolic-Custom-Pattern
view release on metacpan or search on metacpan
lib/Math/Symbolic/Custom/Pattern.pm view on Meta::CPAN
my $pattern = _descend_build($proto, $info);
#_descend_generalize($pattern, $info);
my $self = {
pattern => $pattern,
info => $info,
string => $proto->to_string(),
};
return bless $self => $class;
}
sub _descend_build {
my ($proto, $info) = @_;
my $tree = [];
my $tt = $proto->term_type();
if ($tt == T_CONSTANT) {
( run in 0.605 second using v1.01-cache-2.11-cpan-65fba6d93b7 )