logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pegex::Tree - Pegex Parse Tree Receiver

Author

       Ingy döt Net <ingy@cpan.org>

Description

       Pegex::Tree is receiver class that will shape the captured data from a Pegex parse operation into a tree
       made out of arrays.

       This module is a very (probably the most) common base class for writing your own receiver class.

Name

       Pegex::Tree - Pegex Parse Tree Receiver

Synopsis

           use Pegex;
           $tree = pegex($grammar, 'Pegex::Tree')->parse($input);

See Also