1Pegex::Tree(3) User Contributed Perl Documentation Pegex::Tree(3)
2
3
4
6 Pegex::Tree - Pegex Parse Tree Receiver
7
9 use Pegex;
10 $tree = pegex($grammar, 'Pegex::Tree')->parse($input);
11
13 Pegex::Tree is receiver class that will shape the captured data from a
14 Pegex parse operation into a tree made out of arrays.
15
16 This module is a very (probably the most) common base class for writing
17 your own receiver class.
18
20 Ingy döt Net <ingy@cpan.org>
21
23 Copyright 2010-2020. Ingy döt Net.
24
25 This program is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
28 See <http://www.perl.com/perl/misc/Artistic.html>
29
30
31
32perl v5.32.1 2021-01-27 Pegex::Tree(3)