7eaaf632fe
- added the nested parens default filter. - added tests for this - added documentation for this PR: ports/71259 Submitted by: maintainer
11 lines
462 B
Text
11 lines
462 B
Text
This module can parse various types of input (formatted and containing
|
|
hierarchal information) into a tree structure. It can also deparse these
|
|
same tree structures back into a string. It accepts various types of input,
|
|
such as strings, filenames, and array references. The tree structure used
|
|
is a hierarchy of Tree::Simple objects.
|
|
|
|
WWW: http://search.cpan.org/dist/Tree-Parser/
|
|
Author: Stevan Little <stevan@iinteractive.com>
|
|
|
|
- Aaron Dalton
|
|
aaron@daltons.ca
|