Math-Symbolic-Custom-Pattern
view release on metacpan - search on metacpan
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) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.453 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )